embark/test_dapps/contracts_app/embark.json

22 lines
350 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
"contracts": [
"contracts/**"
],
2018-03-29 22:35:10 +00:00
"app": {},
"buildDir": "build/",
"config": {
"contracts": "contracts.json",
"storage": false,
"communication": false,
2018-10-05 09:19:10 +00:00
"webserver": false,
"namesystem": "ens.json"
},
2018-03-31 23:35:20 +00:00
"versions": {
"web3": "1.0.0-beta",
2018-06-01 22:09:54 +00:00
"solc": "0.4.24"
},
"plugins": {
2019-02-12 18:10:48 +00:00
"web3connector": {}
2018-03-31 23:35:20 +00:00
}
2017-02-10 00:38:02 +00:00
}