-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 779 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 779 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
36
{
"name": "http2rulez.com",
"version": "0.0.1",
"description": "HTTP2Rulez! Website",
"main": "index.html",
"dependencies": {
"http": "^0.0.0",
"http2": "molnarg/node-http2",
"mime": "^1.2.11",
"node-static": "^0.7.4",
"spdy": "^1.28.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ipeychev/http2rulez.com"
},
"keywords": [
"http2",
"spdy",
"javascript",
"ssl",
"http",
"http/2",
"spdy/4"
],
"author": "Iliyan Peychev",
"license": "BSD",
"bugs": {
"url": "https://github.com/ipeychev/http2rulez.com/issues"
},
"homepage": "https://github.com/ipeychev/http2rulez.com"
}