{
  "name": "@anubhavsahoo/epub-parser",
  "version": "0.3.6",
  "description": "Epub parser to read and modify epub contents",
  "keywords": [
    "epub"
  ],
  "homepage": "https://github.com/anubhavsahoo/epub-parser",
  "bugs": {
    "email": "anubhav.sahoo@gmail.com"
  },
  "author": "Aaron Miller <aaron@readsocialapi.com> (http://twitter.com/vaporbook)",
  "contributors": [
    "Anubhav Sahoo <anubhav.sahoo@gmail.com>"
  ],
  "dependencies": {
    "eyes": "~0.1.8",
    "jszip": "^3.1.3",
    "lodash": "^4.17.4",
    "node-zip": ">=0.0.2",
    "request": "~2.12.0",
    "xml2js": ">=0.0.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "vows": "0.5.x"
  },
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "babel-node test.js --presets es2015",
    "build": "babel lib/epub-parser.js --presets es2015 --out-file dist/epub-parser.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Vaporbook/epub-parser.git"
  },
  "license": "BSD"
}
