forked from robertvorthman/homebridge-marantz-volume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 789 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
{
"name": "homebridge-marantz-volume",
"version": "1.0.7",
"description": "Homebridge plugin to control Marantz receiver volume with Siri commands",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/robertvorthman/homebridge-marantz-volume.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"volume",
"marantz",
"denon",
"siri"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "^2.69.0",
"xml2js": "0.4.x"
},
"author": "Robert Vorthman",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertvorthman/homebridge-marantz-volume/issues"
},
"homepage": "https://github.com/robertvorthman/homebridge-marantz-volume#readme"
}