-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 738 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
{
"name": "https-server-proxy",
"version": "1.0.15",
"description": "An https server proxy for node.js (supporting http2 and Express applications)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ironboy/https-server-proxy"
},
"author": "ironboy NodeHill",
"license": "MIT",
"keywords": [
"node",
"Node.js",
"server",
"proxy",
"http2",
"express",
"reverse-proxy",
"https",
"brotli"
],
"bugs": {
"url": "https://github.com/ironboy//https-server-proxy/issues"
},
"homepage": "https://github.com/ironboy//https-server-proxy#readme",
"dependencies": {
"brotli": "^1.3.3",
"http-proxy": "^1.18.1",
"spdy": "^4.0.2"
}
}