{
  "name": "gulp-vinyl-zip",
  "version": "2.1.2",
  "description": "Streaming vinyl adapter for zip archives",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joaomoreno/gulp-vinyl-zip.git"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "yazl",
    "yazul",
    "zip",
    "streams",
    "vinyl",
    "vinyl-zip"
  ],
  "author": "João Moreno",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joaomoreno/gulp-vinyl-zip/issues"
  },
  "homepage": "https://github.com/joaomoreno/gulp-vinyl-zip",
  "dependencies": {
    "event-stream": "3.3.4",
    "queue": "^4.2.1",
    "through2": "^2.0.3",
    "vinyl": "^2.0.2",
    "vinyl-fs": "^3.0.3",
    "yauzl": "^2.2.1",
    "yazl": "^2.2.1"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "temp": "^0.8.1"
  }
}
