This repository has been archived on 2019-08-30. You can view files and clone it, but cannot push or open issues or pull requests.
epub/package.json
2013-11-04 11:27:18 +02:00

31 lines
730 B
JSON

{
"name": "epub",
"description": "Parse ePub electronic book files with Node.JS",
"version": "0.1.0",
"author" : "Andris Reinman",
"maintainers":[
{
"name":"andris",
"email":"andris@node.ee"
}
],
"homepage": "http://github.com/andris9/epub",
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/epub.git"
},
"main" : "./epub",
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/andris9/epub/blob/master/LICENSE"
}
],
"dependencies": {
"zipfile":"*",
"xml2js":"~0.1.0"
},
"engine": [ "node >=0.3.0" ],
"keywords": ["epub","books"]
}