-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "kindle-periodical",
"version": "2.0.0",
"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": "^7.0.0",
"html-minifier": "^4.0.0",
"is-absolute-url": "^3.0.0",
"jimp": "^0.6.4",
"jsdom": "^15.1.1",
"minimist": "^1.2.0",
"node-fetch": "^2.1.2",
"readability": "git://github.com/mozilla/readability.git",
"rimraf": "^2.6.2",
"sanitize-html": "^1.17.0",
"showdown": "^1.8.6",
"underscore": "^1.8.3"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/moszeed/kindle-periodical.git"
},
"devDependencies": {
"tape": "latest",
"eslint": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-jsx-a11y": "latest"
}
}