forked from xat/castnow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.13 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
{
"name": "castnow",
"version": "0.4.15",
"description": "commandline chromecast player",
"main": "index.js",
"bin": {
"castnow": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Simon Kusterer",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:xat/castnow.git"
},
"keywords": [
"chromecast",
"media",
"player",
"video",
"torrent",
"peerflix",
"commandline",
"subtitles",
"cast"
],
"dependencies": {
"array-loop": "^1.0.0",
"castv2-client": "^1.1.0",
"chalk": "1.0.0",
"chromecast-player": "^0.2.3",
"debounced-seeker": "^1.0.0",
"debug": "^2.1.0",
"fs-extended": "^0.2.0",
"got": "^1.2.2",
"internal-ip": "^1.0.0",
"keypress": "^0.2.1",
"mime": "^1.2.11",
"minimist": "^1.1.0",
"peerflix": "^0.29.1",
"playerui": "^1.2.0",
"query-string": "^1.0.0",
"range-parser": "^1.0.2",
"read-torrent": "^1.0.0",
"router": "^0.6.2",
"srt2vtt": "^1.3.1",
"stream-transcoder": "0.0.5",
"xml2js": "^0.4.4",
"xtend": "^4.0.0"
}
}