forked from ensdomains/ens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 920 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
{
"name": "@ensdomains/ens",
"version": "0.1.1",
"description": "Implementations for registrars and local resolvers for the Ethereum Name Service",
"scripts": {
"test": "truffle test",
"lint": "solium --dir ./contracts",
"prepublishOnly": "truffle compile && truffle networks --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arachnid/ens.git"
},
"author": "Nick Johnson <[email protected]>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Arachnid/ens/issues"
},
"homepage": "https://github.com/Arachnid/ens#readme",
"dependencies": {
"ganache-cli": "^6.1.0",
"testrpc": "0.0.1",
"eth-ens-namehash": "^1.0.2",
"web3-utils": "^1.0.0-beta.31",
"ethereumjs-testrpc": "^6.0.3",
"solc": "^0.4.20"
},
"devDependencies": {
"solidity-coverage": "^0.3.5",
"solium": "^1.0.4",
"truffle": "^4.0.0"
}
}