2017-02-09 19:38:02 -05:00
|
|
|
{
|
2019-02-12 09:02:17 -05:00
|
|
|
"contracts": [
|
|
|
|
"contracts/**"
|
|
|
|
],
|
2018-03-29 18:35:10 -04:00
|
|
|
"app": {},
|
|
|
|
"buildDir": "build/",
|
2018-03-31 21:06:00 -04:00
|
|
|
"config": {
|
2020-01-31 11:29:38 -05:00
|
|
|
"contracts": "contracts.js",
|
2018-03-31 21:06:00 -04:00
|
|
|
"storage": false,
|
|
|
|
"communication": false,
|
2018-10-05 14:49:10 +05:30
|
|
|
"webserver": false,
|
|
|
|
"namesystem": "ens.json"
|
2018-03-31 21:06:00 -04:00
|
|
|
},
|
2018-03-31 19:35:20 -04:00
|
|
|
"versions": {
|
2020-01-17 11:32:32 -06:00
|
|
|
"solc": "0.4.26"
|
2019-02-12 09:02:17 -05:00
|
|
|
},
|
|
|
|
"plugins": {
|
2020-01-22 12:36:39 -05:00
|
|
|
"embark-geth": {},
|
|
|
|
"embark-parity": {},
|
|
|
|
"embark-profiler": {},
|
|
|
|
"embark-graph": {}
|
2018-03-31 19:35:20 -04:00
|
|
|
}
|
2017-02-09 19:38:02 -05:00
|
|
|
}
|