account-contracts/embark.json

24 lines
475 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"contracts": ["contracts/**"],
"app": {
"js/dapp.js": ["app/dapp.js"],
"index.html": "app/index.html",
2019-06-04 15:13:39 +00:00
"images/": ["app/images/**"],
"css/bootstrap.min.css": "node_modules/bootstrap/dist/css/bootstrap.min.css"
2019-03-28 23:10:02 +00:00
},
2018-04-23 04:58:58 +00:00
"buildDir": "dist/",
"config": "config/",
"versions": {
2020-01-26 16:43:37 +00:00
"solc": "0.5.8"
2019-03-28 23:10:02 +00:00
},
"plugins": {
},
"options": {
"solc": {
2020-01-26 16:43:37 +00:00
"optimize": false,
2019-03-28 23:10:02 +00:00
"optimize-runs": 200
}
},
2019-03-28 23:10:02 +00:00
"generationDir": "embarkArtifacts"
2018-04-23 04:58:58 +00:00
}