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

31 lines
730 B
JSON
Raw Normal View History

2011-06-13 20:20:44 +00:00
{
"name": "epub",
"description": "Parse ePub electronic book files with Node.JS",
2013-12-16 12:31:21 +00:00
"version": "0.1.2",
2011-06-13 20:20:44 +00:00
"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":"*",
2013-11-04 09:27:18 +00:00
"xml2js":"~0.1.0"
2011-06-13 20:20:44 +00:00
},
"engine": [ "node >=0.3.0" ],
"keywords": ["epub","books"]
}