26 lines
482 B
JSON
Raw Normal View History

2018-10-03 08:45:56 -04:00
{
"contracts": ["contracts/**"],
"app": {
2018-10-20 07:37:20 -04:00
"css/app.9.css": ["app/css/**"],
"js/dapp.9.js": ["app/js/index.js"],
2018-10-03 08:45:56 -04:00
"images/": ["app/images/**"],
2018-10-06 14:50:15 -04:00
"fonts/": ["app/fonts/**"],
2018-10-03 08:45:56 -04:00
"index.html": "app/index.html"
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.25",
"ipfs-api": "17.2.4"
},
"plugins": {
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
}