2
0
mirror of synced 2025-02-23 12:28:44 +00:00
dappcon-workshop-dapp/embark.json

18 lines
314 B
JSON

{
"contracts": ["contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
"js/app.js": ["app/js/**"],
"index.html": "app/index.html"
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {
}
}