-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
56 lines (56 loc) · 1.09 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
{
"name": "cast-web-api",
"version": "1.2.1",
"author": "Tobias Haerke",
"engines": {
"node": ">= 7.0.0"
},
"main": "api.js",
"scripts": {
"start": "node ./castWebApi.js"
},
"pkg": {
"assets": [
"node_modules/**/*"
]
},
"bin": {
"cast-web-api": "./bin/cast-web-api"
},
"dependencies": {
"castv2": "*",
"castv2-client": "^1.2.0",
"chalk": "^2.4.1",
"debug": "^2.6.9",
"express": "^4.16.3",
"google-auth-library": "0.10.0",
"google-tts-api": "0.0.4",
"http": "*",
"jsonfile": "*",
"mdns-cast-browser": ">1.0.2",
"minimist": "*",
"node-fetch": "^2.2.0",
"os": "*",
"url": "*"
},
"devDependencies": {
"swagger-ui-express": "*"
},
"optionalDependencies": {
"google-assistant": "^0.5.2"
},
"repository": {
"type": "git",
"url": "git://github.com/vervallsweg/cast-web-api.git"
},
"description": "Web API for Google Cast enabled devices.",
"keywords": [
"chromecast",
"google-cast",
"cast",
"api"
],
"homepage": "https://github.com/vervallsweg/cast-web-api",
"bugs": "https://github.com/vervallsweg/cast-web-api/issues",
"license": "GPL-3.0"
}