-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
56 lines (56 loc) · 1.28 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
{
"name": "homebridge-magichome-platform",
"version": "1.4.0",
"description": "Homebridge Plugin for MagicHome LED Strips with preset scenes",
"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-magichome-platform.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"Flux",
"magic",
"home",
"wifi",
"zengge",
"led",
"strips",
"lighbulb",
"blub",
"preset",
"magichome",
"scene",
"automation",
"fade",
"strobe",
"party",
"color-cycle"
],
"engines": {
"homebridge": ">=0.4.30"
},
"author": "Sahil Chaddha",
"license": "ISC",
"bugs": {
"url": "https://github.com/sahilchaddha/homebridge-magichome-platform/issues"
},
"homepage": "https://github.com/sahilchaddha/homebridge-magichome-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.5.0",
"node-persist": "^3.0.1"
}
}