embark/templates/simple/embark.json

24 lines
376 B
JSON
Raw Normal View History

2018-03-29 23:42:47 +00:00
{
"contracts": ["contracts/**"],
"app": {},
"buildDir": "build/",
"config": {
"contracts": "contracts.js",
"blockchain": false,
"storage": false,
"communication": false,
"webserver": false
},
2018-03-31 23:35:20 +00:00
"versions": {
2018-09-14 22:50:46 +00:00
"solc": "0.4.25"
2018-03-31 23:35:20 +00:00
},
2018-08-20 18:06:29 +00:00
"plugins": {
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
2018-03-29 23:42:47 +00:00
}