commit
3730d37743
1073
package-lock.json
generated
Normal file
1073
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "epub",
|
"name": "epub",
|
||||||
"description": "Parse ePub electronic book files with Node.JS",
|
"description": "Parse ePub electronic book files with Node.JS",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"author": "Andris Reinman",
|
"author": "Andris Reinman",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
@ -27,18 +27,18 @@
|
|||||||
"url": "http://github.com/julien-c/epub/blob/master/LICENSE"
|
"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": [
|
"engine": [
|
||||||
"node >=0.3.0"
|
"node >=0.3.0"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"epub",
|
"epub",
|
||||||
"books"
|
"books"
|
||||||
]
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"adm-zip": "^0.4.11",
|
||||||
|
"xml2js": "^0.4.19"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"zipfile": "^0.5.11"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user