forked from waveto/node-compress
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 833 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
{
"name": "gzbz2",
"description": "streaming gzip/gunzip bzip/bunzip (2) for node, requires libz/libbz2 (built on wave.to/node-compress)",
"homepage": "http://github.com/woodya/node-gzbz2",
"bugs": {
"url": "http://github.com/woodya/node-gzbz2/issues"
},
"version": "0.2.0",
"author": "Woody Anderson <[email protected]>",
"contributors": [
"wave.to"
],
"repository": {
"type": "git",
"url": "git://github.com/woodya/node-gzbz2.git"
},
"main": "build/Release/gzbz2.node",
"directories.lib": "build/Release/",
"scripts": {
"build": "node-gyp configure build",
"test": "node test.js",
"doc": "node-waf doc",
"preinstall": "node-gyp clean || true; node-gyp configure build"
},
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.4.0"
}
}