-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 956 Bytes
/
package.json
File metadata and controls
53 lines (53 loc) · 956 Bytes
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
{
"name": "subfil",
"version": "1.1.1",
"description": "Command-line app to download subtitles",
"license": "MIT",
"repository": "divijbindlish/subfil",
"author": {
"name": "Divij Bindlish",
"email": "[email protected]",
"url": "divijbindlish.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"cli.js",
"lib/**/*"
],
"keywords": [
"cli-app",
"cli",
"bin",
"subtitle",
"subtitles",
"download",
"subdb",
"subs",
"sub",
"srt",
"recursive",
"shell",
"script"
],
"dependencies": {
"MD5": "^1.2.2",
"async": "^1.0.0",
"chalk": "^1.0.0",
"cli-spinner": "^0.2.1",
"commander": "^2.8.1",
"glob": "^5.0.9",
"request": "^2.55.0",
"update-notifier": "^0.5.0",
"video-extensions": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}