{
  "name": "epub3",
  "version": "0.1.3",
  "description": "Create Epub3 Files. Also includes a Scarfolding tool",
  "main": "index.js",
  "author": {
    "name": "Larry Eliemenye",
    "email": "denachural@gmail.com"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bigmeech/epub3"
  },
  "bin": {
    "epub": "./bin/epub3.js"
  },
  "keywords": [
    "epub3",
    "epub",
    "ebook"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bigmeech/epub3/issues"
  },
  "homepage": "https://github.com/bigmeech/epub3",
  "dependencies": {
    "adm-zip": "^0.4.4",
    "commander": "^2.3.0",
    "mkdirp": "^0.5.0",
    "sax": "^0.6.0",
    "xml2js": "^0.4.4"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "devDependencies": {
    "should": "^4.0.4"
  }
}
