mirror of https://github.com/embarklabs/embark.git
22 lines
360 B
JSON
22 lines
360 B
JSON
{
|
|
"contracts": [
|
|
"contracts/**"
|
|
],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.json",
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false,
|
|
"namesystem": "ens.json"
|
|
},
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.4.24"
|
|
},
|
|
"plugins": {
|
|
"embarkjs-connector-web3": {}
|
|
}
|
|
}
|