mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-14 08:24:22 +00:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/relayer-test.js": ["app/relayer-test.js"],
|
|
"relayer-test.html": "app/relayer-test.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"plugins": {
|
|
},
|
|
"versions": {
|
|
"solc": "0.4.23"
|
|
}
|
|
}
|