-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 933 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": "homebridge-platform-deconz",
"version": "1.1.0",
"description": "DeCONZ REST API Platform plugin for the Homebridge project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Clemens Gutweiler"
},
"license": "ISC",
"keywords": [
"homebridge-plugin",
"homebridge-platform-deconz"
],
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"dependencies": {
"request": "^2.69.0",
"websocket": "^1.0.25"
},
"homepage": "https://github.com/gutweiler/homebridge-platform-deconz#readme",
"bugs": {
"url": "https://github.com/gutweiler/homebridge-platform-deconz/issues"
},
"maintainers": [
{
"name": "gutweiler",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/gutweiler/homebridge-platform-deconz.git"
}
}