-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 918 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
{
"name": "@ensdomains/ethregistrar",
"version": "2.0.2",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"watch": "npm-watch",
"lint": "solium --dir ./contracts",
"prepublishOnly": "truffle compile && truffle networks --clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ensdomains/buffer": "0.0.10",
"@ensdomains/dnsregistrar": "^0.3.5",
"@ensdomains/dnssec-oracle": "^0.1.2",
"@ensdomains/ens": "^0.4.0",
"@ensdomains/resolver": "^0.1.13",
"@ensdomains/subdomain-registrar": "^0.2.0",
"@ensdomains/test-utils": "^1.3.0",
"bluebird": "^3.5.3",
"eth-ens-namehash": "^2.0.8",
"openzeppelin-solidity": "2.1.3",
"solium": "^1.2.3",
"truffle": "^5.0.5",
"truffle-flattener": "^1.4.2",
"web3-utils": "^1.0.0-beta.48"
}
}