forked from cyrilis/epub-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "epub-gen",
"version": "0.0.14",
"description": "A libraty to generate Epub from HTML",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/cyrilis/epub-gen.git"
},
"keywords": [
"epub",
"generator",
"ebook",
"html",
"epub-generator"
],
"author": "Cyril Hou <houshoushuai@gmail.com> (http://cyrilis.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyrilis/epub-gen/issues"
},
"homepage": "https://github.com/cyrilis/epub-gen",
"dependencies": {
"cheerio": "^0.18.0",
"diacritics": "^1.2.1",
"ejs": "^2.2.4",
"fs-extra": "^0.18.2",
"mime": "^1.3.4",
"q": "^1.1.2",
"superagent": "^0.21.0",
"underscore": "^1.7.0",
"uslug": "^1.0.3"
}
}