forked from wanchain/wns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 819 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
{
"name": "wns",
"version": "0.1.1",
"description": "Implementations for registrars and local resolvers for the Wanchain Name Service(fork from https://github.com/ethereum/ens.git), thx great work",
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanchain/wns.git"
},
"author": "Nick Johnson <[email protected]>",
"license": "CC0-1.0",
"homepage": "https://github.com/wanchain/ens#readme",
"dependencies": {
"bluebird": "^3.5.1",
"eth-ens-namehash": "^1.0.2",
"ethereumjs-testrpc": "^6.0.3",
"ganache-cli": "^6.1.0",
"solc": "^0.4.20",
"testrpc": "0.0.1",
"web3-utils": "^1.0.0-beta.31"
},
"devDependencies": {
"solidity-coverage": "^0.3.5",
"solium": "^1.0.4",
"truffle": "^4.0.0"
}
}