forked from thesved/etheal-sale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 850 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": "ethealtoken",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"author": "thesved",
"license": "MIT",
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.0",
"ethereumjs-testrpc": "^6.0.3",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.4.11",
"truffle": "^4.1.3",
"truffle-hdwallet-provider": "^0.0.3",
"ganache-cli": "^6.1.0"
},
"dependencies": {
"zeppelin-solidity": "^1.3.0"
}
}