staking-pool/embark.json

35 lines
544 B
JSON
Raw Normal View History

2019-06-18 12:13:43 +00:00
{
2020-03-10 14:35:27 +00:00
"contracts": [
"contracts/**"
],
2019-06-18 12:13:43 +00:00
"app": {
2020-03-10 14:35:27 +00:00
"css/app.css": [
"app/css/**"
],
"js/app.js": [
"app/js/index.js"
],
"images/": [
"app/images/**"
],
2019-06-18 12:13:43 +00:00
"index.html": "app/index.html"
},
"buildDir": "dist/",
"config": "config/",
"versions": {
2020-03-10 14:35:27 +00:00
"solc": "0.5.8"
2019-06-18 12:13:43 +00:00
},
"plugins": {
2020-03-10 14:35:27 +00:00
"embark-solium": {},
"embark-solc": {},
"embark-geth": {}
2019-06-18 12:13:43 +00:00
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
},
"generationDir": "embarkArtifacts"
}