mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-02-17 00:16:25 +00:00
20 lines
417 B
JSON
20 lines
417 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"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"web3": "1.0.0-beta",
|
|
"solc": "0.4.23",
|
|
"ipfs-api": "17.2.4"
|
|
},
|
|
"plugins": {
|
|
}
|
|
}
|