mirror of https://github.com/embarklabs/embark.git
24 lines
396 B
JSON
24 lines
396 B
JSON
{
|
|
"contracts": [
|
|
"contracts/**"
|
|
],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.js",
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false,
|
|
"namesystem": "ens.json"
|
|
},
|
|
"versions": {
|
|
"solc": "0.4.26"
|
|
},
|
|
"plugins": {
|
|
"embark-geth": {},
|
|
"embark-parity": {},
|
|
"embark-profiler": {},
|
|
"embark-graph": {}
|
|
}
|
|
}
|