mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {},
|
|
"buildDir": "build/",
|
|
"config": {
|
|
"contracts": "contracts.json",
|
|
"blockchain": false,
|
|
"storage": false,
|
|
"communication": false,
|
|
"webserver": false
|
|
},
|
|
"versions": {
|
|
"solc": "0.4.17"
|
|
},
|
|
"plugins": {}
|
|
}
|