snt-gas-relay/test-dapp/embark.json

29 lines
627 B
JSON

{
"contracts": ["contracts/**"],
"app": {
"index.html": "app/index.html",
"js/identity.js": ["app/identity.js"],
"identity.html": "app/identity.html",
"js/sntcontroller.js": ["app/sntcontroller.js"],
"sntcontroller.html": "app/sntcontroller.html",
"css/dapp.css": ["app/css/**"],
"images/": ["app/images/**"]
},
"buildDir": "dist/",
"config": "config/",
"versions": {
"web3": "1.0.0-beta",
"solc": "0.4.25",
"ipfs-api": "17.2.4"
},
"plugins": {
},
"options": {
"solc": {
"optimize": true,
"optimize-runs": 200
}
}
}