topic-democracy/embark.json

21 lines
412 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"contracts": ["contracts/**"],
"app": {
"js/dapp.js": ["app/dapp.js"],
"js/index.js": ["app/index.js"],
"index.html": "app/index.html",
"images/": ["app/images/**"]
},
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",
"ipfs-api": "17.2.4",
"p-iteration": "1.1.7"
},
2019-03-21 03:24:42 +00:00
"plugins": {
"embarkjs-connector-web3": {}
}
2018-04-23 04:58:58 +00:00
}