{
  "name": "isomorphic-unzip",
  "version": "1.1.5",
  "description": "Unzipping files, simple wrap for zip.js(for browser) and yauzl(for nodejs), make the apis consistent for NodeJS/Webpack/Browserify.",
  "browser": "./zip-browser.js",
  "main": "./zip-node.js",
  "scripts": {
    "start": "node example/webpack-dev-server.js --history-api-fallback --hot --inline --progress --color --profile --display-modules",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TencentWSRD/isomorphic-unzip.git"
  },
  "keywords": [
    "Javascript",
    "NodeJS",
    "Browserify",
    "WebPack",
    ".apk",
    ".ipa",
    "manifest",
    "parser"
  ],
  "author": {
    "name": "xiaoyuze88"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TencentWSRD/isomorphic-unzip/issues"
  },
  "homepage": "https://github.com/TencentWSRD/isomorphic-unzip",
  "dependencies": {
    "buffer": "^5.0.7",
    "yauzl": "^2.8.0"
  },
  "maintainers": [
    {
      "name": "xiaoyuze88",
      "email": "xiaoyuze88@gmail.com"
    }
  ],
  "readmeFilename": "README.md"
}
