forked from watson/http-headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 846 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": "http-headers",
"version": "3.0.2",
"description": "Parse http headers",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/watson/http-headers.git"
},
"dependencies": {
"next-line": "^1.1.0"
},
"devDependencies": {
"safe-buffer": "^5.1.1",
"standard": "^10.0.2",
"tape": "^4.7.0"
},
"keywords": [
"http",
"https",
"header",
"headers",
"parse",
"parsing",
"ServerResponse",
"response"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/http-headers/issues"
},
"homepage": "https://github.com/watson/http-headers",
"coordinates": [
55.6757062,
12.5774478
]
}