forked from philip1986/pimatic-led-light
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.45 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
{
"name": "pimatic-led-light",
"description": "Control LED lights",
"author": "Philip Patzer <[email protected]> (https://github.com/philip1986)",
"main": "pimatic-led-light",
"version": "0.3.5",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/philip1986/pimatic-led-light.git"
},
"bugs": {
"url": "https://github.com/philip1986/pimatic-led-light/issues"
},
"configSchema": "led-light-schema.coffee",
"scripts": {
"test": "node_modules/.bin/mocha test"
},
"dependencies": {
"bluebird": "^3.1.1",
"cassert": "^0.1.2",
"color": "^0.8.0",
"iwy_master": "0.2.3",
"node-milight-promise": ">=0.0.3",
"lodash": "^3.10.1",
"hyperion-client": "1.0.0",
"event-to-promise": "0.6.0"
},
"peerDependencies": {
"pimatic": "0.8.*"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"contributors": [
{
"name": "Markus Minini",
"url": "https://github.com/xento"
},
{
"name": "Marcus Wittig",
"url": "https://github.com/mwitig"
},
{
"name": "Anton",
"url": "https://github.com/tester22"
},
{
"name": "Fjuxx",
"url": "https://github.com/Fjuxx"
},
{
"name": "Oitzu",
"url": "https://github.com/Oitzu"
}
],
"devDependencies": {
"coffee-script": "^1.9.3",
"decl-api": "0.0.17",
"mocha": "^2.2.5",
"should": "^7.0.2",
"sinon": "^1.15.4"
}
}