-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.24 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
{
"name": "playercast",
"version": "2.0.0",
"description": "Cast to media player and control playback remotely",
"main": "lib/index.js",
"files": [
"app.js",
"lib/",
"images/"
],
"bin": {
"playercast": "./app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"pkg": {
"assets": [
"images/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafostar/playercast.git"
},
"keywords": [
"media",
"video",
"music",
"stream",
"cast",
"player"
],
"author": "Rafostar",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Rafostar/playercast/issues"
},
"homepage": "https://rafostar.github.io/playercast",
"dependencies": {
"body-parser": "^1.19.0",
"cec-controller": "^1.4.0",
"cli-cursor": "^3.1.0",
"express": "^4.17.1",
"ffmpeg-extract": "^1.1.2",
"internal-ip": "^5.0.0",
"media-player-controller": "^1.5.0",
"mime-types": "^2.1.26",
"minimist": "^1.2.5",
"multicast-dns": "^7.2.1",
"multicast-scanner": "^2.2.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
}
}