embark/dapps/templates/demo/embark.json

26 lines
478 B
JSON
Raw Normal View History

2016-08-14 14:34:42 +00:00
{
2018-01-11 14:29:42 +00:00
"contracts": ["contracts/**"],
2016-08-14 14:34:42 +00:00
"app": {
2018-01-12 21:33:16 +00:00
"js/dapp.js": ["app/dapp.js"],
2018-01-03 17:42:48 +00:00
"index.html": "app/index.html",
"images/": ["app/images/**"]
2016-08-14 14:34:42 +00:00
},
2016-08-22 03:40:05 +00:00
"buildDir": "dist/",
"config": "config/",
2018-03-31 23:35:20 +00:00
"versions": {
2018-04-20 23:53:57 +00:00
"web3": "1.0.0-beta",
2018-11-19 10:29:02 +00:00
"solc": "0.5.0",
"ipfs-api": "17.2.4"
2018-03-31 23:35:20 +00:00
},
2017-01-26 11:29:17 +00:00
"plugins": {
2019-02-25 13:55:47 +00:00
"embarkjs-connector-web3": {}
2018-08-20 18:06:29 +00:00
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
},
"generationDir": "embarkArtifacts"
2016-08-14 14:34:42 +00:00
}