-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.16 KB
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
42
43
44
45
46
47
48
49
50
51
{
"name": "static-http2-server",
"version": "1.7.5",
"description": "Simple http2/spdy static server",
"scripts": {
"start": "node-dev http2-server",
"test": "node tests/run.js",
"test-all": "node tests/run.js --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slavaGanzin/http2-server.git"
},
"keywords": [
"http",
"server",
"http2",
"spdy"
],
"author": "slava.ganzin@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/slavaGanzin/http2-server/issues"
},
"homepage": "https://github.com/slavaGanzin/http2-server#readme",
"dependencies": {
"commander": "^2.9.0",
"cors": "^2.8.1",
"debug": "^2.2.0",
"express": "^4.14.0",
"http-proxy": "^1.16.2",
"morgan": "^1.7.0",
"opn": "^4.0.2",
"pem": "^1.8.3",
"redirect-https": "^1.1.0",
"serve-index": "^1.8.0",
"shrink-ray-current": "^4.0.0",
"spdy": "^3.4.2"
},
"bin": {
"http2-server": "http2-server"
},
"devDependencies": {
"chai": "^3.5.0",
"inquirer": "^1.2.3",
"mocha": "^3.1.0",
"needle": "^1.1.2",
"ramda": "^0.22.1",
"yadda": "^0.21.0"
}
}