-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 786 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 786 Bytes
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
{
"name": "blitz-node-server",
"version": "0.0.15",
"description": "blitz-node-server",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adolfosrs/blitz-node-server"
},
"author": "adolfosrs",
"license": "MIT",
"bugs": {
"url": "https://github.com/adolfosrs/blitz-node-server/issues"
},
"homepage": "https://github.com/adolfosrs/blitz-node-server",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"fs": "0.0.1-security",
"grpc": "^1.24.2",
"http": "0.0.0",
"moment": "^2.22.2",
"shelljs": "^0.8.3"
},
"engines": {
"node": "9.2.0"
},
"bin": {
"blitz-server": "./cli.js"
}
}