2018-04-23 04:58:58 +00:00
|
|
|
{
|
|
|
|
"contracts": ["contracts/**"],
|
2018-05-13 00:16:18 +00:00
|
|
|
"app": {
|
|
|
|
"js/dapp.js": ["app/dapp.js"],
|
2018-06-01 14:25:59 +00:00
|
|
|
"js/index.js": ["app/index.js"],
|
2018-05-13 00:16:18 +00:00
|
|
|
"index.html": "app/index.html",
|
|
|
|
"images/": ["app/images/**"]
|
|
|
|
},
|
2018-04-23 04:58:58 +00:00
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"versions": {
|
2018-05-13 00:16:18 +00:00
|
|
|
"web3": "1.0.0-beta",
|
2018-05-30 13:19:39 +00:00
|
|
|
"solc": "0.4.24",
|
2018-05-13 00:16:18 +00:00
|
|
|
"ipfs-api": "17.2.4"
|
|
|
|
},
|
2018-05-24 19:52:11 +00:00
|
|
|
"plugins": {}
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|