embark.json
1 { 2 "contracts": ["contracts/**"], 3 "app": {}, 4 "buildDir": "build/", 5 "config": { 6 "contracts": "contracts.json", 7 "storage": false, 8 "communication": false, 9 "webserver": false, 10 "namesystem": "ens.json" 11 }, 12 "versions": { 13 "web3": "1.0.0-beta", 14 "solc": "0.4.24" 15 } 16 }