sticker-market/embark.json

27 lines
560 B
JSON
Raw Normal View History

2019-06-03 19:57:37 +00:00
{
"contracts": ["contracts/**"],
"app": {
"js/dapp.js": ["app/dapp.js"],
"index.html": "app/index.html",
2019-06-04 16:16:23 +00:00
"images/": ["app/images/**"],
"css/bootstrap.min.css": "node_modules/bootstrap/dist/css/bootstrap.min.css"
},
2019-06-03 19:57:37 +00:00
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.5.4",
2019-06-04 16:16:23 +00:00
"ipfs-api": "17.2.4"
2019-06-03 19:57:37 +00:00
},
2019-06-03 21:30:08 +00:00
"plugins": {
2019-06-04 16:16:23 +00:00
"embarkjs-connector-web3": {}
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
2019-06-04 13:38:55 +00:00
}
2019-06-04 16:16:23 +00:00
},
"generationDir": "embarkArtifacts"
2019-06-03 19:57:37 +00:00
}