forked from krauskopf/node-red-contrib-avr-yamaha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 803 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
{
"name": "node-red-contrib-avr-yamaha",
"version": "0.8.9",
"description": "Node-RED node to connect to Yamaha Audio Video Receivers (e.g. Yamaha AVR RX-677)",
"dependencies": {
"yamaha-nodejs": "0.4.3",
"xml2js": "~0.4.19",
"deferred": "~0.7.1"
},
"engines": {
"node": ">=5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krauskopf/node-red-contrib-avr-yamaha"
},
"license": "MIT",
"keywords": [
"node-red",
"Yamaha",
"AVR",
"RX-777",
"RX-677",
"RX-477",
"RX-A740",
"HTR-4065",
"TSR-5790"
],
"node-red": {
"nodes": {
"AVR-Yamaha": "avr-yamaha.js"
}
},
"author": {
"name": "Sebastian Krauskopf",
"email": "[email protected]",
"url": "https://www.sebakrau.de"
}
}