-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
48 lines (48 loc) · 987 Bytes
/
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
{
"name": "chromecast-api",
"version": "0.4.2",
"description": "Chromecast streaming module all in JS",
"main": "index.js",
"scripts": {
"test": "standard"
},
"dependencies": {
"castv2-client": "1.2.0",
"debug": "^4.1.1",
"dns-txt": "^2.0.2",
"mime": "^3.0.0",
"multicast-dns": "^7.2.0",
"node-ssdp": "^4.0.0",
"xml2js": "^0.4.23",
"youtube-remote": "^1.0.0"
},
"devDependencies": {
"standard": "latest"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alxhotel/chromecast-api.git"
},
"author": {
"name": "Alex",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/alxhotel/chromecast-api",
"bugs": {
"url": "https://github.com/alxhotel/chromecast-api/issues"
},
"keywords": [
"chromecast",
"googlecast",
"cast",
"media",
"device",
"stream",
"streaming",
"torrent"
]
}