-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 929 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-denon",
"version": "0.1.5",
"description": "Node-RED nodes for communicating with a Denon AVR.",
"repository": {
"type": "git",
"url": "git+https://github.com/estbeetoo/node-red-contrib-denon.git"
},
"keywords": [
"node-red",
"node red",
"nodered",
"denon",
"avr",
"denon-avr"
],
"author": {
"name": "Alexander Borovsky",
"email": "aborovsky@beetoo.me"
},
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/estbeetoo/node-red-contrib-denon/issues"
},
"node-red": {
"nodes": {
"denon": "denon.js"
}
},
"homepage": "https://github.com/estbeetoo/node-red-contrib-denon#readme",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"dependencies": {
"debug": "^3.1.0",
"denon-avr": "git+https://github.com/estbeetoo/denon-avr.git",
"machina": "^1.1.2"
}
}