mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 13:26:10 +00:00
16 lines
268 B
JSON
16 lines
268 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.json",
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false
|
|
},
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.4.24"
|
|
}
|
|
}
|