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