forked from SaltwaterC/http-request
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 981 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 981 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
37
38
39
40
41
42
43
44
{
"name": "http-get",
"version": "0.5.10",
"main": "./lib/http-get.js",
"description": "Simple to use node.js HTTP / HTTPS client for downloading remote files. Supports transparent gzip / deflate decoding.",
"dependencies": {
"semver": ">=1.0.13",
"buffer-concat": ">=0.0.1"
},
"engines": {
"node": ">=0.6.11"
},
"homepage": "https://github.com/SaltwaterC/http-get",
"author": {
"name": "Stefan Rusu",
"url": "http://www.saltwaterc.eu/"
},
"contributors": [
{
"name": "cmtt",
"url": "https://github.com/cmtt"
},
{
"name": "elarcent",
"url": "https://github.com/elarcent"
},
{
"name": "Gil Pedersen",
"url": "https://github.com/kanongil"
},
{
"name": "Stefan Klug",
"url": "https://github.com/stefanklug"
}
],
"repository": {
"type": "git",
"url": "git://github.com/SaltwaterC/http-get.git"
},
"keywords": ["http", "https", "get", "head", "download", "gzip", "deflate"],
"scripts": {
"test": "make test"
}
}