forked from barretlee/kindleBookMaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
37
38
{
"name": "kindle-book-maker",
"version": "0.0.1",
"description": "Kindle Book Maker with KindleGen",
"main": "index.js",
"scripts": {
"run": "node index.js",
"reset": "rm -rf simple/toc.* simple/*.opf simple/*.mobi src/demo/*.html src/demo/style src/demo/resource;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barretlee/kindleBookMaker.git"
},
"keywords": [
"kindle",
"book",
"kindleBookMaker",
"KindleGen"
],
"author": "Barret Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/barretlee/kindleBookMaker/issues"
},
"homepage": "https://github.com/barretlee/kindleBookMaker#readme",
"dependencies": {
"cheerio": "^0.20.0",
"command-line-args": "~2.1.6",
"ejs": "~2.4.1",
"log-color": "~1.0.0",
"mkdirp": "~0.5.1",
"moment": "~2.13.0",
"nodemailer": "~2.4.1",
"parse-rss": "~1.0.3",
"request": "~2.72.0",
"rimraf": "~2.5.2"
}
}