dreddit-dapp/embark.json

19 lines
380 B
JSON
Raw Normal View History

2018-08-20 18:42:27 +00:00
{
"contracts": ["contracts/**"],
"app": {
"css/dapp.css": ["app/css/**"],
"js/dapp.js": ["app/js/dapp.js"],
"images/": ["app/images/**"],
"index.html": "app/index.html"
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.24",
"ipfs-api": "17.2.4",
"p-iteration": "1.1.7"
},
"plugins": {}
}