forked from moszeed/kindle-periodical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "kindle-periodical",
"version": "1.5.3",
"description": "create a periodical .mobi, with kindlegen",
"main": "./src/kindle-periodical.js",
"bin": {
"kindle-periodical": "./cmd.js"
},
"scripts": {
"test": "node ./tests/tests.js",
"install": "node install.js"
},
"keywords": [
"mobi",
"convert",
"kindlegen"
],
"author": "Michael Röber",
"license": "MIT",
"dependencies": {
"download": "^6.2.5",
"html-minifier": "^3.5.9",
"jsdom": "^11.6.2",
"minimist": "^1.2.0",
"node-readability": "^3.0.0",
"rimraf": "^2.6.2",
"sanitize-html": "^1.17.0",
"showdown": "^1.8.6",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moszeed/kindle-periodical.git"
},
"devDependencies": {
"tape": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest"
}
}