mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
17 lines
298 B
JSON
17 lines
298 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"
|
|
}
|
|
}
|