-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 860 Bytes
/
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
{
"name": "hueadm",
"description": "A command line management interface to phillips hue",
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
"version": "1.2.1",
"repository": {
"url": "https://github.com/bahamas10/hueadm",
"type": "git"
},
"preferGlobal": true,
"bin": {
"hueadm": "./bin/hueadm"
},
"dependencies": {
"assert-plus": "^1.0.0",
"autocast": "0.0.4",
"cmdln": "^4.4.0",
"color-convert": "^2.0.0",
"css-color-names": "^1.0.1",
"deepmerge": "^3.2.0",
"hue-sdk": "0.1.0",
"latest": "^0.2.0",
"mired": "0.0.0",
"tabula": "^1.10.0",
"verror": "^1.10.0",
"yamljs": "^0.3.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": [
"hue",
"phillips",
"automation"
],
"license": "MIT"
}