forked from ensdomains/ensjs-v2
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ethereum-ens",
"version": "0.7.4",
"homepage": "https://github.com/Arachnid/ensjs#readme",
"description": "Javascript bindings for the Ethereum Name Service",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arachnid/ensjs.git"
},
"keywords": [
"ethereum",
"ens",
"nameserver"
],
"author": "Nick Johnson",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Arachnid/ensjs/issues"
},
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.4.7",
"eth-ens-namehash": "^2.0.0",
"js-sha3": "^0.5.7",
"pako": "^1.0.4",
"text-encoding": "^0.6.4",
"underscore": "^1.8.3",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"ganache-cli": "^6.1.0",
"mocha": "^3.0.2",
"npm-install-version": "^6.0.2",
"solc": "0.4.9",
"web3-utils": "^1.0.0-beta.34"
}
}