-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 925 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
{
"name": "homebridge-lightify",
"version": "0.1.0",
"description": "Homebridge plugin providing access to OSRAM Lightify products",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chris1705/homebridge-lightify.git"
},
"keywords": [
"homebridge-lightify",
"lightify",
"osram",
"light",
"iot",
"homebridge-plugin"
],
"author": "Christian Fender",
"license": "MIT",
"bugs": {
"url": "https://github.com/chris1705/homebridge-lightify/issues"
},
"homepage": "https://github.com/chris1705/homebridge-lightify#readme",
"dependencies": {
"color-convert": "~1.5.0",
"color-temperature": "~0.2.7",
"underscore": "~1.8.3",
"node-lightify": "chris1705/node-lightify"
},
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.0"
}
}