forked from cyrilis/epub-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 804 Bytes
/
package.json
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
{
"name": "epub-gen",
"version": "0.0.8",
"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 <[email protected]> (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",
"q": "^1.1.2",
"superagent": "^0.21.0",
"underscore": "^1.7.0",
"uslug": "^1.0.3",
"fs-extra": "^0.18.2"
}
}