-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·18 lines (18 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·18 lines (18 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"scripts": {
"clean": "rm -rf build/",
"ganache-cli": "ganache-cli --account=\"0xd18138692d70ea4c01cc92cf8592c64f3d1d1bc51112bf8d79a89bfcac607790, 10000000000000000000000\" --account=\"0x2205195a6aa0be9ab2499ad5daba6d2b924838a0475844903a77f236e612831f, 10000000000000000000000\" --account=\"0x2f71d104a0469644e82512f140068313478b732b0a95b482a827afa6acf88d97, 10000000000000000000000\" --account=\"0x0b92e4b78b449961df89f70ba6ad4900a510a12f8e1b142e1a6f6399a70f6637, 10000000000000000000000\" --account=\"0x896155a03bdc68dcacfba5afa748ec9bb9326c50fc79e4b79216bbe04643a4f6, 10000000000000000000000\" --account=\"0x4a60e1b44c27681a4869725dc019ece4a5c33c435fb2d60aafafa79386b9147a, 100000000000000000000000\" --account=\"0x2bbe03d376edd160198149b9867551679a785096cf3bac24c28d51856a03932e, 10000000000000000000000\" --account=\"0xcffec7eec7d54a756cd7cb75ff7f66670c927def32ab5530c2dfcd7dcd5dab12, 0\" --account=\"0xe304bef63a30f4d7847074f95f8a97943345d6821a23090ce50f0f36cdd1ff5f, 10000000000000000000000\" --account=\"0xecc72d753a1b1616696b2ffd55f47696bf65e974d3a93c7588e2f705bac97e75, 10000000000000000000000\" --account=\"0xc32b6577ae62de10e7cc0c3b4f7a73426b05d4e58c8d5199e1290bef94611cf4, 10000000000000000000000\" --account=\"0x17fc5a50136ebbf6e5fb5ab145075dcec26ac451498d99bbf20011c2ca54dacd, 10000000000000000000000\" --account=\"0xd1690f587e9dd9541b84af93693b4947fc36becd79084030ee73e574a34f983e, 10000000000000000000000\" --account=\"0x8b555c9f1c6a81a7179693928932188ea15f96b36464e282382aa997af8e6b84, 10000000000000000000000\" --account=\"0xf5e96f8e86e9de24ee16614db77e380181cbda7c1add1b47a230437703ba4093, 10000000000000000000000\" --account=\"0x1bdf921c7fe6e5222707c98a64a0427664fc57aecc044f3bdc4bdd89cd3e7ba0, 10000000000000000000000\" --account=\"0x6c5317261417ee536b7b11e01306444d56f51ce36ff71ce9232597b1d0f0b88a, 10000000000000000000000\" --account=\"0xc5643d16c9a480faf37474fed1e6d7324f2f230ce9b67f980ad5abc0cd934539, 10000000000000000000000\" --account=\"0x23e470b10061d0a02872a40b1af3b10547211a695f3f0d11f7d3620b55e6fb98, 10000000000000000000000\" --account=\"0xfea38b6a031dad2958119ecba061d72abdd30f7bff44bc357e57f324225937cc, 10000000000000000000000\""
},
"dependencies": {
"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",
"bignumber.js": "^4.1.0",
"ethers": "^2.1.3",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "^0.0.3",
"zeppelin-solidity": "^1.7.0"
}
}