forked from peter-murray/node-hue-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.26 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": "node-hue-api",
"description": "Phillips Hue API Library for Node.js",
"version": "2.4.2",
"author": "Peter Murray <peter.murray@osirisoft.com>",
"contributors": [
{
"name": "Peter Murray",
"email": "peter.murray@osirisoft.com"
},
{
"name": "Ilari Mäkimattila",
"email": "ilari.makimattila@gmail.com"
},
{
"name": "Bryan Schlief"
},
{
"name": "Sebastian B (SBejga)"
},
{
"name:": "Jon Long",
"email": "jon@linesandwaves.com"
},
{
"name": "Knut Sveidqvist"
}
],
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/peter-murray/node-hue-api"
},
"bugs": {
"url": "https://github.com/peter-murray/node-hue-api/issues"
},
"dependencies": {
"xml2js": "~0.4",
"q": "~1.4",
"deep-extend": "~0.4.0",
"axios": "~0.15.3",
"traits": "~0.4.0"
},
"devDependencies": {
"mocha": "~3.2",
"chai": "~3.5",
"semver": "~5.0"
},
"engines": {
"node": ">= 4.0.0"
},
"license": "Apache-2.0",
"keywords": [
"philips",
"hue",
"api",
"living",
"color",
"colour",
"automation",
"light",
"lighting",
"bridge"
]
}