-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
50 lines (50 loc) · 1.02 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": "subdownloader",
"description": "Painless subtitles downloader",
"version": "2.0.1",
"author": {
"name": "Chintan Radia",
"email": "radiachints1512@gmail.com",
"url": "http://beatfreaker.github.io/"
},
"bin": {
"subdownload": "cli.js",
"sd": "cli.js"
},
"bugs": {
"url": "https://github.com/beatfreaker/subdownloader/issues"
},
"dependencies": {
"chalk": "^1.1.0",
"crypto": "0.0.3",
"fs": "0.0.2",
"http": "0.0.0",
"is-video": "^1.0.1",
"meow": "^3.3.0",
"path": "^0.11.14",
"pinkie-promise": "^1.0.0",
"progress": "^1.1.8",
"q": "^1.4.1"
},
"devDependencies": {
"tape": "^4.2.0"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/beatfreaker/subdownloader",
"keywords": [
"cli",
"downloader",
"movies",
"subtitle"
],
"license": "MIT",
"preferGlobal": true,
"repository": "beatfreaker/subdownloader",
"scripts": {
"test": "node test/test.js"
},
"title": "subdownloader.js"
}