2018-06-25 13:09:10 +10:00
|
|
|
{
|
2018-07-01 19:17:41 +10:00
|
|
|
"contracts": ["contracts/**"],
|
2018-06-25 13:09:10 +10:00
|
|
|
"app": {
|
|
|
|
"css/app.css": ["app/css/**"],
|
2018-07-05 21:30:16 +10:00
|
|
|
"fonts": ["app/fonts/**"],
|
2018-07-06 01:45:16 +03:00
|
|
|
"images/": ["app/images/**"],
|
|
|
|
"index.html": "app/index.html",
|
|
|
|
"js/app.js": ["app/js/dapp.js"]
|
2018-06-25 13:09:10 +10:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"versions": {
|
2018-07-10 00:39:22 +10:00
|
|
|
"web3": "1.0.0-beta.34",
|
2018-06-25 13:09:10 +10:00
|
|
|
"solc": "0.4.24",
|
2018-06-27 16:39:00 +10:00
|
|
|
"ipfs-api": "17.2.4"
|
2018-06-25 13:09:10 +10:00
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
}
|
|
|
|
}
|