2016-08-14 10:34:42 -04:00
|
|
|
{
|
2018-01-11 09:29:42 -05:00
|
|
|
"contracts": ["contracts/**"],
|
2016-08-14 10:34:42 -04:00
|
|
|
"app": {
|
2018-01-12 16:33:16 -05:00
|
|
|
"js/dapp.js": ["app/dapp.js"],
|
2018-01-03 12:42:48 -05:00
|
|
|
"index.html": "app/index.html",
|
2019-05-09 13:45:32 -03:00
|
|
|
"images/": ["app/images/**"],
|
|
|
|
"css/bootstrap.min.css": "node_modules/bootstrap/dist/css/bootstrap.min.css"
|
2016-08-14 10:34:42 -04:00
|
|
|
},
|
2016-08-21 23:40:05 -04:00
|
|
|
"buildDir": "dist/",
|
2017-01-06 20:58:45 -05:00
|
|
|
"config": "config/",
|
2018-03-31 19:35:20 -04:00
|
|
|
"versions": {
|
2019-11-07 10:28:09 -06:00
|
|
|
"solc": "0.5.0"
|
2018-03-31 19:35:20 -04:00
|
|
|
},
|
2017-01-26 06:29:17 -05:00
|
|
|
"plugins": {
|
2018-08-20 14:06:29 -04:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
2019-01-28 08:25:03 -05:00
|
|
|
},
|
|
|
|
"generationDir": "embarkArtifacts"
|
2016-08-14 10:34:42 -04:00
|
|
|
}
|