2018-04-23 04:58:58 +00:00
|
|
|
{
|
|
|
|
"contracts": ["contracts/**"],
|
2018-12-29 08:24:40 +00:00
|
|
|
"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
|
|
|
|
}
|
2018-12-28 07:39:46 +00:00
|
|
|
},
|
2019-03-28 23:10:02 +00:00
|
|
|
"generationDir": "embarkArtifacts"
|
2018-04-23 04:58:58 +00:00
|
|
|
}
|