2018-04-23 01:58:58 -03:00
|
|
|
{
|
|
|
|
"contracts": ["contracts/**"],
|
2018-05-12 21:16:18 -03:00
|
|
|
"app": {
|
|
|
|
"js/dapp.js": ["app/dapp.js"],
|
2018-06-01 10:25:59 -04:00
|
|
|
"js/index.js": ["app/index.js"],
|
2018-05-12 21:16:18 -03:00
|
|
|
"index.html": "app/index.html",
|
|
|
|
"images/": ["app/images/**"]
|
|
|
|
},
|
2018-04-23 01:58:58 -03:00
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"versions": {
|
2020-07-24 19:16:01 -03:00
|
|
|
"solc": "0.5.11"
|
2018-05-12 21:16:18 -03:00
|
|
|
},
|
2020-07-24 19:16:01 -03:00
|
|
|
"plugins": {
|
|
|
|
"embark-ipfs": {},
|
|
|
|
"embark-swarm": {},
|
|
|
|
"embark-whisper-geth": {},
|
|
|
|
"embark-geth": {},
|
|
|
|
"embark-parity": {},
|
|
|
|
"embark-profiler": {},
|
|
|
|
"embark-graph": {},
|
|
|
|
"embark-basic-pipeline": {}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"generationDir": "embarkArtifacts"
|
|
|
|
}
|