-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1008 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
38
{
"name": "tutorialtoken",
"version": "1.0.0",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"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-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"lite-server": "^2.3.0"
},
"dependencies": {
"aragon-network-token": "github:aragon/aragon-network-token",
"ganache-core": "^2.0.2",
"lodash": "^4.17.5",
"truffle": "^4.0.5",
"truffle-config": "^1.0.4",
"truffle-core": "^4.0.6",
"truffle-deployer": "^2.0.2",
"truffle-migrate": "^2.0.1",
"web3": "^1.0.0-beta.29",
"zeppelin-solidity": "github:OpenZeppelin/zeppelin-solidity"
}
}