mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 13:26:10 +00:00
9f33a05d82
Replaced usage in storage module (on dapp side) with async.js `detectSeries`
18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.4.24",
|
|
"ipfs-api": "17.2.4"
|
|
},
|
|
"plugins": {
|
|
}
|
|
}
|