-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 834 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": "rip-subtitles",
"version": "0.0.1",
"description": "Rip subtitles from video files",
"main": "index.js",
"bin": {
"rip-subtitles": "cli.js"
},
"files": [
"index.js",
"cli.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/callmehiphop/rip-subtitles.git"
},
"keywords": [
"rip",
"extract",
"subtitle",
"subtitles",
"mkv"
],
"author": "Dave Gramlich <callmehiphop@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/callmehiphop/rip-subtitles/issues"
},
"homepage": "https://github.com/callmehiphop/rip-subtitles#readme",
"dependencies": {
"concat-stream": "^1.5.0",
"is-video": "^1.0.1",
"meow": "^3.3.0",
"node-ffprobe": "^1.2.2",
"object-assign": "^3.0.0",
"through2": "^2.0.0"
}
}