-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 954 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
{
"name": "ens-registrar",
"version": "1.0.0",
"description": "### Dependencies",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/truffle test",
"ganache": "./node_modules/.bin/ganache-cli -p 7545"
},
"repository": {
"type": "git",
"url": "git+https://github.com/topmonks/ens-registrar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/topmonks/ens-registrar/issues"
},
"homepage": "https://github.com/topmonks/ens-registrar#readme",
"dependencies": {
"@ensdomains/ens": "github:ensdomains/ens",
"chai": "^4.1.2",
"eth-ens-namehash": "^2.0.8",
"openzeppelin-solidity": "^2.0.0",
"truffle-hdwallet-provider": "^1.0.1",
"web3": "^1.0.0-beta.37"
},
"devDependencies": {
"ganache-cli": "^6.1.8",
"solidity-coverage": "^0.5.5",
"solium": "^1.1.8",
"truffle": "^5.0.0"
}
}