ens-usernames/embark.json

18 lines
353 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"contracts": ["contracts/**"],
"app": {
"js/dapp.js": ["app/dapp.js"],
2018-06-01 14:25:59 +00:00
"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.34",
"solc": "0.4.24",
"ipfs-api": "17.2.4"
},
"plugins": {}
2018-04-23 04:58:58 +00:00
}