-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 loc) · 1.51 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "homebridge-yeelight-platform",
"version": "1.2.5",
"description": "Homebridge Plugin for YeeLight LED Strips with preset scenes/Color Flow",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint .",
"ci": "npm install && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahilchaddha/homebridge-yeelight-platform.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"Flux",
"yee",
"home",
"wifi",
"zengge",
"led",
"strips",
"lighbulb",
"blub",
"preset",
"yeelight",
"xiaomi",
"scene",
"automation",
"fade",
"strobe",
"party",
"color-cycle",
"homekit",
"color-flow",
"night_mode",
"sunset",
"romance",
"romantic",
"yeelight_color",
"xiaomi bedside lamp",
"yeelight ceiling",
"yeelight color led",
"bulb"
],
"engines": {
"homebridge": ">=0.4.30"
},
"author": "Sahil Chaddha",
"license": "ISC",
"bugs": {
"url": "https://github.com/sahilchaddha/homebridge-yeelight-platform/issues"
},
"homepage": "https://github.com/sahilchaddha/homebridge-yeelight-platform#readme",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
},
"dependencies": {
"babel-eslint": "^8.2.6",
"color-convert": "^1.9.3",
"yeelight-platform": "^1.0.9"
}
}