aboutsummaryrefslogtreecommitdiff
path: root/node_modules/zip-stream/package.json
blob: 59adadd492f10585eb1eb1800716100128eb9e8a (plain)
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
45
46
47
48
49
50
51
52
53
{
  "name": "zip-stream",
  "version": "1.2.0",
  "description": "a streaming zip archive generator.",
  "homepage": "https://github.com/archiverjs/node-zip-stream",
  "author": {
    "name": "Chris Talkington",
    "url": "http://christalkington.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/archiverjs/node-zip-stream.git"
  },
  "bugs": {
    "url": "https://github.com/archiverjs/node-zip-stream/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha --reporter dot",
    "jsdoc": "jsdoc -c jsdoc.json README.md"
  },
  "dependencies": {
    "archiver-utils": "^1.3.0",
    "compress-commons": "^1.2.0",
    "lodash": "^4.8.0",
    "readable-stream": "^2.0.0"
  },
  "devDependencies": {
    "archiver-jsdoc-theme": "^1.0.0",
    "jsdoc": "~3.4.0",
    "chai": "^4.0.0",
    "minami": "^1.1.0",
    "mocha": "^3.2.0",
    "rimraf": "^2.4.3",
    "mkdirp": "^0.5.0"
  },
  "keywords": [
    "archive",
    "stream",
    "zip-stream",
    "zip"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}