contracts/embark.json

25 lines
444 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"contracts": ["contracts/**"],
"app": {
2019-03-29 09:42:10 +00:00
"js/dapp.js": ["app/dapp.js"],
2019-03-29 01:43:58 +00:00
"index.html": "app/index.html"
2019-03-28 23:10:02 +00:00
},
2018-04-23 04:58:58 +00:00
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
2019-02-13 03:04:02 +00:00
"solc": "0.5.4",
2019-03-28 23:10:02 +00:00
"ipfs-api": "17.2.4"
},
"plugins": {
"embarkjs-connector-web3": {}
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
},
2019-03-28 23:10:02 +00:00
"generationDir": "embarkArtifacts"
2018-04-23 04:58:58 +00:00
}