embark/dapps/tests/contracts/embark.json

21 lines
321 B
JSON
Raw Normal View History

2017-02-09 19:38:02 -05:00
{
"contracts": [
"contracts/**"
],
2018-03-29 18:35:10 -04:00
"app": {},
"buildDir": "build/",
"config": {
"contracts": "contracts.json",
"storage": false,
"communication": false,
2018-10-05 14:49:10 +05:30
"webserver": false,
"namesystem": "ens.json"
},
2018-03-31 19:35:20 -04:00
"versions": {
"web3": "1.2.1",
2018-06-01 18:09:54 -04:00
"solc": "0.4.24"
},
"plugins": {
2018-03-31 19:35:20 -04:00
}
2017-02-09 19:38:02 -05:00
}