UNPKG

826 BJSONView Raw
1{
2 "name": "node-stream-zip",
3 "version": "1.9.1",
4 "description": "node.js library for reading and extraction of ZIP archives",
5 "keywords": [
6 "zip",
7 "archive",
8 "unzip",
9 "stream"
10 ],
11 "homepage": "https://github.com/antelle/node-stream-zip",
12 "author": "Antelle <antelle.net@gmail.com> (https://github.com/antelle)",
13 "bugs": {
14 "email": "antelle.net@gmail.com",
15 "url": "https://github.com/antelle/node-stream-zip/issues"
16 },
17 "license": "MIT",
18 "files": [
19 "LICENSE",
20 "node_stream_zip.js"
21 ],
22 "scripts": {
23 "test": "nodeunit test/tests.js"
24 },
25 "main": "node_stream_zip.js",
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/antelle/node-stream-zip.git"
29 },
30 "engines": {
31 "node": ">=0.10.0"
32 },
33 "devDependencies": {
34 "nodeunit": "^0.11.3"
35 }
36}