embark/templates/simple/embark.json

16 lines
259 B
JSON
Raw Normal View History

2018-03-29 23:42:47 +00:00
{
"contracts": ["contracts/**"],
"app": {},
"buildDir": "build/",
"config": {
"contracts": "contracts.json",
"storage": false,
"communication": false,
"webserver": false
},
2018-03-31 23:35:20 +00:00
"versions": {
"solc": "0.4.17"
},
2018-03-29 23:42:47 +00:00
"plugins": {}
}