{
  "name": "epub2",
  "version": "1.3.4",
  "description": "Parse ePub electronic book files with Node.JS",
  "keywords": [
    "archive",
    "async",
    "book",
    "books",
    "chapter",
    "comic",
    "epub",
    "epub-maker",
    "epub-maker2",
    "extract",
    "file",
    "image",
    "manifest",
    "metadata",
    "mobile",
    "node-novel",
    "novel",
    "parse",
    "promise",
    "raw",
    "volume",
    "zip"
  ],
  "homepage": "https://github.com/bluelovers/epub#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/epub/issues"
  },
  "license": "ISC",
  "author": "Andris Reinman",
  "contributors": [
    "andris <andris@node.ee>",
    "Julien Chaumond <chaumond@gmail.com> (https://github.com/julien-c)"
  ],
  "main": "./index",
  "typings": "./index.d.ts",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/epub.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "adm-zip": "^0.4.4",
    "bluebird": "^3.5.1",
    "xml2js": "^0.4.4"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/node": "^9.4.0",
    "@types/xml2js": "^0.4.2"
  },
  "peerDependencies": {},
  "engine": [
    "node >=0.3.0"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/julien-c/epub/blob/master/LICENSE"
    }
  ]
}
