forked from cyrilis/epub-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.38 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "epub-gen",
"version": "0.0.17",
"description": "A library 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",
"typings": "index.d.ts",
"dependencies": {
"any-promise": "^1.3.0",
"archiver": "^1.0.1",
"bottleneck": "^1.15.0",
"cheerio": "^0.18.0",
"diacritics": "^1.2.1",
"ejs": "^2.2.4",
"entities": "^1.1.1",
"fs-extra": "^0.18.2",
"fs-promise": "^1.0.0",
"mime": "^1.3.4",
"mz": "^2.6.0",
"promise-delay": "^2.1.0",
"request": "^2.79.0",
"rimraf": "^2.5.2",
"tslib": "^1.4.0",
"underscore": "^1.7.0",
"uslug": "^1.0.3"
},
"devDependencies": {
"@types/archiver": "^0.15.36",
"@types/cheerio": "^0.17.31",
"@types/ejs": "^2.3.33",
"@types/fs-promise": "^1.0.0",
"@types/mime": "0.0.29",
"@types/mz": "0.0.30",
"@types/node": "^6.0.53",
"@types/request": "0.0.36",
"@types/rimraf": "0.0.28",
"@types/underscore": "^1.7.36"
}
}