-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
41 lines (41 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ethgasstation-frontend",
"version": "0.0.1",
"description": "An Express.js-based REST API for EthGasStation.",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/10a7/eth-gas-json.git"
},
"keywords": [
"ethereum",
"ethgasstation"
],
"author": "10a7",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/10a7/eth-gas-json/issues"
},
"homepage": "https://github.com/10a7/eth-gas-json#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-rate-limit": "^2.11.0",
"glob": "^7.1.2",
"helmet": "^3.9.0",
"ini": "^1.3.5",
"jasmine": "^2.8.0",
"rate-limit-redis": "^1.3.0",
"redis": "^2.8.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"nodemon": "^1.14.12"
}
}