liquid-funding/embark.json

32 lines
639 B
JSON
Raw Normal View History

2018-11-04 19:07:02 +00:00
{
"contracts": ["contracts/**"],
2018-11-28 16:12:50 +00:00
"app": {
"js/dapp.js": ["app/dapp.js"],
"js/index.js": ["app/index.js"],
"index.html": "app/index.html",
"images/": ["app/images/**"]
},
2018-11-04 19:07:02 +00:00
"buildDir": "dist/",
"config": {
"contracts": "config/contracts.js",
"blockchain": "config/blockchain.js",
"storage": false,
2018-11-08 22:50:49 +00:00
"namesystem": false,
"communication": false,
2018-11-28 16:12:50 +00:00
"webserver": "config/webserver.js"
2018-11-04 19:07:02 +00:00
},
"versions": {
2018-11-28 16:12:50 +00:00
"web3": "1.0.0-beta.34",
2018-11-04 19:07:02 +00:00
"solc": "0.4.18",
"ipfs-api": "17.2.4"
},
"plugins": {
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
}