-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1000 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
{
"name": "token-sale-smart-contracts",
"version": "0.0.1",
"description": "Token Sale Smart Contracts",
"author": "Jose Perez <jose.perez@diginex.com>",
"license": "MIT",
"main": "truffle.js",
"scripts": {
"test": "set -a && . scripts/test.env && set +a && scripts/build.sh && scripts/test.sh",
"coverage": "set -a && . scripts/test.env && set +a && scripts/coverage.sh",
"build": "set -a && . scripts/test.env && set +a && scripts/build.sh"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"codecov": "^2.3.0",
"ganache-cli": "6.1.0",
"lerna": "^2.0.0",
"lodash": "^4.17.4",
"mocha-lcov-reporter": "^1.3.0",
"openzeppelin-solidity": "1.9.0",
"solidity-coverage": "^0.2.2",
"truffle": "4.1.8",
"xtend": "^4.0.1",
"yargs": "^8.0.2"
}
}