-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.78 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"author": {
"name": "Maurício Antunes Oliveira",
"email": "[email protected]",
"url": "https://twitter.com/MauricioPinguim"
},
"bugs": {
"url": "https://github.com/MauricioPinguim/comics2video/issues",
"email": "[email protected]"
},
"dependencies": {
"cross-unzip": "^0.2.1",
"deltree": "^1.2.8",
"ffmpeg-static": "^4.2.7",
"photonkit": "^0.1.2",
"sharp": "^0.28.3",
"spawn-please": "^1.0.0",
"tesseract.js": "^2.1.4",
"unrar-promise": "^2.0.1",
"win-7zip": "^0.1.1"
},
"devDependencies": {
"electron": "^12.0.3",
"terminal-kit": "^2.0.5"
},
"optionalDependencies": {
"node-poppler": "^4.1.0"
},
"deprecated": false,
"description": "Converts Comic Book files to videos to be watched on TV/Video players",
"electron": "^12.0.3",
"homepage": "https://github.com/MauricioPinguim/comics2video#readme",
"keywords": [
"comics",
"comic",
"book",
"converter",
"convert",
"video",
"videos",
"slideshow",
"tv",
"image-processing",
"ocr",
"accessibility",
"comics-reader",
"cbr",
"rar",
"cbz",
"zip",
"pdf",
"comics2videos",
"quadrinhos",
"hq",
"gibi"
],
"license": "Apache-2.0",
"main": "./src/classes/Comics2video.js",
"name": "comics2video",
"productName": "comics2video",
"repository": {
"type": "git",
"url": "https://github.com/MauricioPinguim/comics2video.git"
},
"scripts": {
"start": "electron ./src/gui/app.js"
},
"title": "comic2video",
"version": "2.2.0"
}