2019-08-20 18:35:58 +00:00
|
|
|
{
|
|
|
|
"contracts": ["contracts/**"],
|
|
|
|
"app": {
|
2019-09-05 19:26:37 +00:00
|
|
|
"app.js": ["app/index.js"],
|
2019-08-20 18:35:58 +00:00
|
|
|
"index.html": "app/index.html"
|
|
|
|
},
|
|
|
|
"buildDir": "dist/",
|
|
|
|
"config": "config/",
|
|
|
|
"versions": {
|
|
|
|
"web3": "1.2.1",
|
|
|
|
"solc": "0.5.0",
|
|
|
|
"ipfs-api": "17.2.4"
|
|
|
|
},
|
|
|
|
"plugins": {
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"solc": {
|
|
|
|
"optimize": true,
|
|
|
|
"optimize-runs": 200
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"generationDir": "embarkArtifacts"
|
|
|
|
}
|