{
  "name": "unzip-stream-to-s3",
  "version": "1.0.3",
  "description": "Unzip files directly Amazon S3 using streams.",
  "main": "lib/index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive --reporter spec ./test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adrianmarinica/node-unzip-to-s3.git"
  },
  "keywords": [
    "zip",
    "unzip",
    "amazon",
    "aws",
    "s3",
    "upload"
  ],
  "author": "Divshot",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/adrianmarinica/node-unzip-to-s3/issues"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "mocha": "~1.13.0",
    "archiver": "~0.4.10",
    "sinon": "~1.7.3",
    "proxyquire": "~0.5.1"
  },
  "dependencies": {
    "node-unzip-2": "0.2.1",
    "knox": "~0.8.6",
    "through": "~2.3.4",
    "knox-mpu": "~0.1.1"
  }
}
