forked from hakatashi/kindlegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 917 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
39
40
41
42
43
44
45
46
{
"name": "@reedsy/kindlegen",
"version": "0.2.0-reedsy.1.0.0",
"description": "Simple Node.js wrapper of the official kindlegen program",
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"test": "mocha"
},
"files": [
"binaries",
"*.js"
],
"repository": {
"type": "git",
"url": "git://github.com/reedsy/kindlegen.git"
},
"keywords": [
"epub",
"ebook",
"mobi",
"kindle",
"kindlegen",
"wrapper"
],
"author": {
"name": "Koki Takahashi",
"email": "[email protected]",
"url": "https://hakatashi.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hakatashi/kindlegen/issues"
},
"homepage": "https://github.com/hakatashi/kindlegen#readme",
"dependencies": {
"download": "^5.0.2",
"temp": "^0.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.0"
}
}