mirror of https://github.com/embarklabs/embark.git
32 lines
639 B
JSON
32 lines
639 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"css/app.css": ["app/css/**"],
|
|
"js/app.js": ["app/js/index.js"],
|
|
"images/": ["app/images/**"],
|
|
"index.html": "app/index.html"
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"solc": "0.6.1"
|
|
},
|
|
"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"
|
|
}
|