mirror of https://github.com/embarklabs/embark.git
25 lines
409 B
JSON
25 lines
409 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.js",
|
|
"blockchain": false,
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false
|
|
},
|
|
"versions": {
|
|
"solc": "0.5.0"
|
|
},
|
|
"plugins": {
|
|
"embarkjs-connector-web3": {}
|
|
},
|
|
"options": {
|
|
"solc": {
|
|
"optimize": true,
|
|
"optimize-runs": 200
|
|
}
|
|
}
|
|
}
|