{
  "name": "yauzl-promise",
  "version": "2.1.3",
  "description": "yauzl unzipping with Promises",
  "main": "./lib/",
  "author": {
    "name": "Overlook Motel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/overlookmotel/yauzl-promise.git"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/yauzl-promise/issues"
  },
  "dependencies": {
    "yauzl": "^2.9.1",
    "yauzl-clone": "^1.0.4"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.1",
    "cross-env": "^5.1.6",
    "fd-slicer": "^1.0.1",
    "istanbul": "^0.4.5",
    "jshint": "^2.9.5",
    "mocha": "^5.2.0"
  },
  "keywords": [
    "yauzl",
    "unzip",
    "zip",
    "promise",
    "async",
    "await"
  ],
  "scripts": {
    "test": "npm run jshint && npm run test-main",
    "jshint": "jshint lib test",
    "test-main": "mocha --check-leaks --colors -t 10000 -R spec \"test/**/*.test.js\"",
    "cover": "npm run cover-main && rm -rf coverage",
    "coveralls": "npm run cover-main && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cover-main": "cross-env COVERAGE=true istanbul cover _mocha --report lcovonly -- -t 10000 -R spec \"test/**/*.test.js\"",
    "travis": "if [ $COVERAGE ]; then npm run coveralls; else npm test; fi"
  },
  "engines": {
    "node": ">=6"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}
