forked from WisePass-Pte-Ltd/ico-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
38
39
40
{
"name": "wisepass-ico-contracts",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"dependencies": {
"zeppelin-solidity": "~1.8.0"
},
"devDependencies": {
"truffle": "4.0.6",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"bignumber.js": "2.0.7",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"dirty-chai": "^2.0.1",
"ganache-cli": "^6.0.3",
"solidity-coverage": "0.3.5"
},
"scripts": {
"truffle": "truffle",
"coverage": "scripts/coverage.sh",
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WisePass-Pte-Ltd/ico-contract.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/WisePass-Pte-Ltd/ico-contract/issues"
},
"homepage": "https://github.com/WisePass-Pte-Ltd/ico-contract#readme"
}