cray
Version:
Epub parser
53 lines (52 loc) • 1.15 kB
JSON
{
"name": "cray",
"version": "2.1.6",
"description": "Epub parser",
"keywords": [
"epub",
"epub3-parser",
"cray",
"epub-parser",
"epub3"
],
"homepage": "https://github.com/MatterInc/cray",
"bugs": {
"email": "akshay.singh@eighlark.com"
},
"author": "Akshay Singh <akshay.singh@eighlark.com> (http://github.com/akshayKrSingh)",
"dependencies": {
"app-root-path": "^1.0.0",
"chalk": "^1.1.1",
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"exec": "^0.2.1",
"eyes": "~0.1.8",
"fs-extra": "^0.26.2",
"js2xmlparser": "^1.0.0",
"json-buffer": "^2.0.11",
"lodash": "^3.10.1",
"node-stream-zip": "^1.2.1",
"parse-filepath": "^0.6.3",
"pretty-data": "^0.40.0",
"request": "~2.12.0",
"stream-buffers": "^2.2.0",
"striptags": "^2.0.4",
"xml2js": ">=0.0.1"
},
"devDependencies": {
"vows": "0.5.x"
},
"main": "index.js",
"directories": {
"example": "example"
},
"bin": {
"cray": "bin/cray.js"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/MatterInc/cray.git"
},
"license": "MIT"
}