forked from indutny/node.gzip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 710 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 710 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
{
"name" : "gzip",
"description" : "Gzip for node",
"version" : "0.1.0",
"homepage" : "http://github.com/donnerjack13589/node.gzip",
"author" : "Fedor Indutny <fedor.indutny@gmail.com> (http://github.com/donnerjack13589)",
"repository" : {
"type" : "git",
"url" : "http://github.com/donnerjack13589/node.gzip.git"
},
"bugs" :
{
"mail" : "fedor.indutny@gmail.com",
"web" : "http://github.com/donnerjack13589/node.gzip/issues"
},
"directories" : { "lib" : "./lib/gzip" },
"main": "lib/gzip/index",
"engines" : { "node" : ">=v0.2.0" },
"licenses" :
[ {
"type" : "MIT",
"url" : "http://github.com/donnerjack13589/node.gzip/raw/master/LICENSE"
}
]
}