2019-02-02 16:04:55 +00:00
|
|
|
{
|
|
|
|
"contracts": ["contracts/**"],
|
|
|
|
"app": {
|
2019-02-12 10:48:09 +00:00
|
|
|
"css/app.css": ["app/css/**"],
|
|
|
|
"js/app.js": ["app/js/index.js"],
|
|
|
|
"images/": ["app/images/**"],
|
|
|
|
"index.html": "app/index.html"
|
2019-02-02 16:04:55 +00:00
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"versions": {
|
|
|
|
"solc": "0.5.0",
|
|
|
|
"ipfs-api": "17.2.4"
|
|
|
|
},
|
|
|
|
"plugins": {
|
2019-04-09 17:23:31 +00:00
|
|
|
"embarkjs-connector-web3": {},
|
|
|
|
"embark-solc": {
|
|
|
|
"outputBinary": false
|
|
|
|
}
|
2019-02-02 16:04:55 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|