dtwitter-start-here/embark.json

20 lines
387 B
JSON
Raw Normal View History

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