2016-08-13 15:58:03 +00:00
|
|
|
{
|
2018-01-11 14:29:42 +00:00
|
|
|
"contracts": ["contracts/**"],
|
2016-08-13 15:58:03 +00:00
|
|
|
"app": {
|
2016-08-14 14:34:42 +00:00
|
|
|
"css/app.css": ["app/css/**"],
|
2018-01-03 17:42:48 +00:00
|
|
|
"js/app.js": ["app/js/index.js"],
|
|
|
|
"images/": ["app/images/**"],
|
2016-08-14 14:34:42 +00:00
|
|
|
"index.html": "app/index.html"
|
2016-08-13 15:58:03 +00:00
|
|
|
},
|
2016-08-22 03:40:05 +00:00
|
|
|
"buildDir": "dist/",
|
2017-01-07 01:58:45 +00:00
|
|
|
"config": "config/",
|
2018-03-31 23:35:20 +00:00
|
|
|
"versions": {
|
2020-01-19 23:07:05 +00:00
|
|
|
"solc": "0.6.1"
|
2018-03-31 23:35:20 +00:00
|
|
|
},
|
2018-08-20 18:06:29 +00:00
|
|
|
"plugins": {
|
2020-01-22 17:36:39 +00:00
|
|
|
"embark-ipfs": {},
|
|
|
|
"embark-swarm": {},
|
|
|
|
"embark-whisper-geth": {},
|
|
|
|
"embark-geth": {},
|
|
|
|
"embark-parity": {},
|
|
|
|
"embark-profiler": {},
|
2020-01-29 19:11:50 +00:00
|
|
|
"embark-graph": {},
|
|
|
|
"embark-basic-pipeline": {}
|
2018-08-20 18:06:29 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
2019-01-28 13:25:03 +00:00
|
|
|
},
|
|
|
|
"generationDir": "embarkArtifacts"
|
2016-08-13 15:58:03 +00:00
|
|
|
}
|