-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 loc) · 843 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
{
"name": "node-red-contrib-castv2",
"version": "4.2.0",
"description": "",
"main": "castv2-sender.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i8beef/node-red-contrib-castv2.git"
},
"keywords": [
"node-red",
"google",
"chromecast",
"cast",
"castv2",
"google home",
"youtube"
],
"author": "Michael Hallock",
"license": "MIT",
"bugs": {
"url": "https://github.com/i8beef/node-red-contrib-castv2/issues"
},
"homepage": "https://github.com/i8beef/node-red-contrib-castv2#readme",
"dependencies": {
"bonjour-service": "^1.0.12",
"castv2-client": "^1.2.0",
"request": "^2.88.2"
},
"node-red": {
"nodes": {
"castv2-sender": "castv2-sender.js"
}
}
}