-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 2.13 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
{
"name": "blockhack2018",
"version": "0.1.0",
"main": "truffle-config.js",
"repository": "[email protected]:NoahMarconi/blockhack2018.git",
"author": "Noah Marconi <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf build/",
"ganache-cli": "ganache-cli --account=\"0x61ae029e0bcdbe03711d6bf22f2bc96f0fbd5690a0ad32230efe63ceac92d01b, 100000000000000000000000000000\" --account=\"0xa526548f9cf8d9ee5f17bc49ab2c7b9f092be21253837832c77e02f5e8067054, 100000000000000000000000000000\" --account=\"0xe528acec33e260e61674eba40c3ea47c5d8346b8d77a299b3e3556ac08921ce4, 100000000000000000000000000000\" --account=\"0x97e4ac6d91061e4ae31a034d93b60394c31275fcb2c64d9653e1fdf2b38e1fc0, 100000000000000000000000000000\" --account=\"0xc2172f61b99b141af397737a53cb8d607881810a8d7aa3871d80e51747fd2c66, 100000000000000000000000000000\" --account=\"0x6fd2db28c5d0ff4b9988d073e5fe20f3c28ccfebbbe5746d29c6422b4a8dcc7c, 100000000000000000000000000000\" --account=\"0xb55fda73356a4accf7e142975e80b90fe8760fc04086df2cb8074e2a8963ef0e, 100000000000000000000000000000\" --account=\"0x23ea693b5412112e2614fa8fe86944a9697a4e50b15be18aa8adb10644571b1b, 100000000000000000000000000000\" --account=\"0x47cb0bd62e6f40f62ccde2355d2bb74d4d93f4e2842d301cf1dd7db54769cf0c, 100000000000000000000000000000\" --account=\"0x00807a2ab6b73cc3ceecedb5a600bd9de195ba08c84854606ed46537b209405e, 100000000000000000000000000000\""
},
"dependencies": {
"commander": "^2.15.1",
"dotenv": "^5.0.1",
"ethers": "^3.0.15",
"node-cmd": "^3.0.0",
"zeppelin-solidity": "^1.8.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"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",
"rollup": "^0.58.1",
"rollup-plugin-babel": "^3.0.3",
"solium": "^1.1.6",
"truffle": "^4.1.7",
"truffle-hdwallet-provider": "^0.0.3"
}
}