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

44 lines
852 B
JSON
Raw Normal View History

2011-06-13 20:20:44 +00:00
{
2014-04-02 09:34:21 +00:00
"name": "epub",
"description": "Parse ePub electronic book files with Node.JS",
"version": "0.1.5",
2014-04-02 09:34:21 +00:00
"author": "Andris Reinman",
"contributors": [
{
"name": "andris",
"email": "andris@node.ee"
2011-06-13 20:20:44 +00:00
},
2014-04-02 09:34:21 +00:00
{
"name": "Julien Chaumond",
"email": "chaumond@gmail.com",
"url": "https://github.com/julien-c"
}
],
"homepage": "http://github.com/julien-c/epub",
"repository": {
"type": "git",
"url": "http://github.com/julien-c/epub.git"
},
"main": "./epub",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/julien-c/epub/blob/master/LICENSE"
}
],
"dependencies": {
"adm-zip": "^0.4.4",
2014-04-02 09:34:21 +00:00
"xml2js": "~0.1.0"
},
"optionalDependencies": {
"zipfile": "^0.5.0"
},
2014-04-02 09:34:21 +00:00
"engine": [
"node >=0.3.0"
],
"keywords": [
"epub",
"books"
]
2011-06-13 20:20:44 +00:00
}