-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 1.76 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
71
72
73
74
{
"name": "show-time",
"version": "6.4.2",
"description": "Watch episodes of your favorite TV shows with a simple CLI, using http://showrss.info and peerflix",
"main": "index.js",
"bin": {
"show-time": "./cli.js"
},
"author": "Nicolas Chambrier <[email protected]>",
"license": "MIT",
"dependencies": {
"airplay-js": "^0.3.0",
"castnow": "^0.4.18",
"chalk": "^2.0.1",
"cli-fuzzy-search": "^2.0.0",
"debug": "^2.6.1",
"errno": "^0.1.4",
"feed-read": "0.0.1",
"figures": "^2.0.0",
"filesize": "^3.2.1",
"glob-promise": "^3.1.0",
"gunzip-maybe": "^1.3.1",
"home": "^1.0.1",
"ini": "^1.3.4",
"inquirer": "^3.0.1",
"inquirer-checkbox-status": "^1.0.0",
"levenshtein": "^1.0.5",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"open": "0.0.5",
"peerflix": "^0.37.0",
"promise-retry": "^1.0.2",
"rc": "^1.1.6",
"rimraf": "^2.6.1",
"shell-escape": "^0.2.0",
"slugify": "^1.1.0",
"subtitler": "^2.4.0",
"tempfile": "^2.0.0",
"update-notifier": "^2.0.0",
"windows-no-runnable": "0.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naholyr/show-time.git"
},
"bugs": {
"url": "https://github.com/naholyr/show-time/issues"
},
"homepage": "https://github.com/naholyr/show-time#readme",
"engines": {
"node": ">= 6.0.0"
},
"devDependencies": {
"eslint-plugin-flowtype": "^2.35.0",
"flow-bin": "^0.51.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "rimraf node_modules/protobufjs/src/bower.json"
},
"keywords": [
"torrent",
"magnet",
"peerflix",
"popcorn",
"show",
"tv",
"series",
"movies",
"chromecast",
"vlc",
"airplay"
]
}