{
  "name": "archiver-staging",
  "version": "0.0.1",
  "description": "a streaming interface for archive generation",
  "main": "lib/archiver.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --reporter dot",
    "bench": "node benchmark/simple/pack-zip.js"
  },
  "dependencies": {
    "buffer-crc32": "~0.2.1",
    "readable-stream": "~1.0.24",
    "tar-stream": "~0.3.0",
    "zip-stream": "~0.3.0",
    "lazystream": "~0.1.0",
    "file-utils": "~0.2.0",
    "lodash": "~2.4.1"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "mocha": "~1.16.0",
    "rimraf": "~2.2.0",
    "mkdirp": "~0.3.5",
    "stream-bench": "~0.1.2"
  },
  "keywords": [
    "archive",
    "archiver",
    "stream",
    "zip",
    "tar"
  ],
  "files": [
    "lib",
    "LICENSE-MIT"
  ]
}
