2016-08-13 11:58:03 -04:00
|
|
|
{
|
2018-01-11 09:29:42 -05:00
|
|
|
"contracts": ["contracts/**"],
|
2016-08-13 11:58:03 -04:00
|
|
|
"app": {
|
2016-08-14 10:34:42 -04:00
|
|
|
"css/app.css": ["app/css/**"],
|
2018-01-03 12:42:48 -05:00
|
|
|
"js/app.js": ["app/js/index.js"],
|
|
|
|
"images/": ["app/images/**"],
|
2016-08-14 10:34:42 -04:00
|
|
|
"index.html": "app/index.html"
|
2016-08-13 11:58:03 -04:00
|
|
|
},
|
2016-08-21 23:40:05 -04:00
|
|
|
"buildDir": "dist/",
|
2017-01-06 20:58:45 -05:00
|
|
|
"config": "config/",
|
2018-03-31 19:35:20 -04:00
|
|
|
"versions": {
|
2018-04-20 19:53:57 -04:00
|
|
|
"web3": "1.0.0-beta",
|
2018-06-01 18:09:54 -04:00
|
|
|
"solc": "0.4.24",
|
2018-06-27 10:45:46 +10:00
|
|
|
"ipfs-api": "17.2.4"
|
2018-03-31 19:35:20 -04:00
|
|
|
},
|
2018-08-20 14:06:29 -04:00
|
|
|
"plugins": {
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
|
|
|
}
|
2016-08-13 11:58:03 -04:00
|
|
|
}
|