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
Nemanja Nedeljkovic e1dcd0a749 Bump version
2018-06-03 21:03:59 +02:00

45 lines
883 B
JSON

{
"name": "epub",
"description": "Parse ePub electronic book files with Node.JS",
"version": "0.2.1",
"author": "Andris Reinman",
"contributors": [
{
"name": "andris",
"email": "andris@node.ee"
},
{
"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",
"typings": "./epub.d.ts",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/julien-c/epub/blob/master/LICENSE"
}
],
"engine": [
"node >=0.3.0"
],
"keywords": [
"epub",
"books"
],
"dependencies": {
"adm-zip": "^0.4.11",
"xml2js": "^0.4.19"
},
"optionalDependencies": {
"zipfile": "^0.5.11"
}
}