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

22 lines
532 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.24",
"ipfs-api": "17.2.4",
"p-iteration": "1.1.7"
},
"plugins": {}
}