Merge pull request #34 from nemanjan00/dependencies

Dependencies
This commit is contained in:
Julien Chaumond 2018-06-04 17:37:52 -04:00 committed by GitHub
commit 3730d37743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1082 additions and 9 deletions

1073
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "epub",
"description": "Parse ePub electronic book files with Node.JS",
"version": "0.2.0",
"version": "0.2.1",
"author": "Andris Reinman",
"contributors": [
{
@ -27,18 +27,18 @@
"url": "http://github.com/julien-c/epub/blob/master/LICENSE"
}
],
"dependencies": {
"adm-zip": "^0.4.4",
"xml2js": "^0.4.4"
},
"optionalDependencies": {
"zipfile": "^0.5.0"
},
"engine": [
"node >=0.3.0"
],
"keywords": [
"epub",
"books"
]
],
"dependencies": {
"adm-zip": "^0.4.11",
"xml2js": "^0.4.19"
},
"optionalDependencies": {
"zipfile": "^0.5.11"
}
}