35 lines
544 B
JSON
35 lines
544 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.5.8"
|
|
},
|
|
"plugins": {
|
|
"embark-solium": {},
|
|
"embark-solc": {},
|
|
"embark-geth": {}
|
|
},
|
|
"options": {
|
|
"solc": {
|
|
"optimize": true,
|
|
"optimize-runs": 200
|
|
}
|
|
},
|
|
"generationDir": "embarkArtifacts"
|
|
}
|