{
  "name": "node-zip-archiver",
  "version": "1.0.1",
  "description": "a streaming interface for archive generation",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jiangli373/node-zip-archiver.git"
  },
  "bugs": {
    "url": "https://github.com/jiangli373/node-zip-archiver/issues"
  },
  "author": "liminghaoze@qq.com",
  "license": "MIT",
  "dependencies": {
    "archiver-utils": "^1.3.0",
    "async": "^2.0.0",
    "buffer-crc32": "^0.2.1",
    "glob": "^7.0.0",
    "lodash": "^4.8.0",
    "readable-stream": "^2.0.0",
    "request": "^2.83.0",
    "zip-stream": "^1.2.0"
  }
}
