meritocracy/embark.json

28 lines
535 B
JSON
Raw Permalink Normal View History

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": {
"embarkjs-connector-web3": {},
"embark-solc": {
"outputBinary": false
}
2019-02-02 16:04:55 +00:00
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
}