-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 966 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
{
"name": "@jn-se/node-red-contrib-heos",
"version": "0.3.1",
"description": "Node-RED node for Denon HEOS devices and Denon Home.",
"homepage": "https://github.com/jn-se/node-red-contrib-heos",
"keywords": ["node-red", "heos", "denon", "denon home"],
"license": "Apache-2.0",
"author": {
"name": "Jan Söhlke",
"url": "https://github.com/jn-se"
},
"repository": {
"type": "git",
"url": "https://github.com/jn-se/node-red-contrib-heos.git"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"heos-device": "heos/heos-device.js",
"heos-listener": "heos/heos-listener.js",
"heos-command": "heos/heos-command.js",
"heos-player-state": "heos/heos-player-state.js",
"heos-player-volume": "heos/heos-player-volume.js"
}
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"heos-api": "^4.0.0"
}
}