{ "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": { "contracts": "config/contracts.js", "blockchain": "config/blockchain.js", "storage": false, "namesystem": false, "communication": false, "webserver": "config/webserver.js" }, "versions": { "web3": "1.0.0-beta.34", "solc": "0.4.18", "ipfs-api": "17.2.4" }, "plugins": { }, "options": { "solc": { "optimize": true, "optimize-runs": 200 } } }