-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "pimatic-milight-reloaded",
"description": "A pimatic plugin to control Milight LED lights and its OEM equivalents such as Rocket LED, Limitless LED Applamp, Easybulb, s`luce, iLight, iBulb, and Kreuzer",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig/pimatic-milight-reloaded"
},
"version": "0.9.18",
"license": "GPL-2.0",
"main": "milight",
"icon": "assets/images/milight.svg",
"configSchema": "milight-config-schema.coffee",
"files": [
"app",
"assets",
"devices",
"predicates_and_actions",
"milight.coffee",
"README.md",
"LICENSE",
"milight-config-schema.coffee",
"device-config-schema.coffee"
],
"homepage": "https://github.com/mwittig/pimatic-milight-reloaded",
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-milight-reloaded.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-milight-reloaded/issues"
},
"dependencies": {
"colornames": "^1.1.1",
"node-milight-promise": "^0.3.2",
"pimatic-plugin-commons": "^0.9.8"
},
"bundledDependencies": [
"colornames",
"node-milight-promise",
"pimatic-plugin-commons"
],
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
}
}