mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-27 14:44:47 +00:00
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/relayer-test.js": ["app/relayer-test.js"],
|
|
"relayer-test.html": "app/relayer-test.html",
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"dapp.html": "app/dapp.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": {}
|
|
}
|