sticker-market/embark.json

24 lines
480 B
JSON
Raw Normal View History

2019-06-03 19:57:37 +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/**"]
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.5.4",
"ipfs-api": "17.2.4",
"p-iteration": "1.1.7"
},
2019-06-03 21:30:08 +00:00
"plugins": {
2019-06-04 13:38:55 +00:00
"embarkjs-connector-web3": {},
"@trailofbits/embark-contract-info": {
"flags": ""
}
2019-06-03 21:30:08 +00:00
}
2019-06-03 19:57:37 +00:00
}