mirror of https://github.com/embarklabs/embark.git
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"css/app.css": ["app/css/**"],
|
|
"js/app.js": ["app/js/index.js"],
|
|
"images/": ["app/images/**"],
|
|
"index.html": "app/index.html"
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.4.23",
|
|
"ipfs-api": "17.2.4"
|
|
},
|
|
"plugins": {}
|
|
}
|