forked from ICO-Launch/bailm-token
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 Bytes
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
{
"name": "icomalta-token",
"license": "MIT",
"main": "truffle.js",
"scripts": {
"test": "npm run ganache-cli:dev && truffle test --network rpc",
"ganache-cli:dev": "scripts/ganache-cli.sh"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"truffle-privatekey-provider": "0.0.6",
"dotenv": "^5.0.1",
"ganache-cli": "^6.0.3",
"solium": "^1.1.2",
"truffle": "4.1.14",
"solidity-coverage": "0.5.11",
"chai": "4.2.0",
"chai-as-promised": "7.1.1"
},
"dependencies": {
"bignumber.js": "^4.0.1",
"openzeppelin-solidity": "^1.6.0"
}
}