forked from bahamas10/hue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 779 Bytes
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
{
"name": "hue-cli",
"description": "A command line interface to phillips hue",
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
"version": "0.0.13",
"repository": {
"url": "https://github.com/bahamas10/hue-cli",
"type": "git"
},
"scripts": {
"test": "for f in examples/*.js; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo 'Passed'"
},
"preferGlobal": true,
"bin": {
"hue": "./hue-cli.js"
},
"dependencies": {
"posix-getopt": "~1.0.0",
"hue.js": "~0.2.13",
"latest": "~0.1.1",
"css-color-names": "0.0.0",
"extsprintf": "~1.0.2"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": [
"hue",
"phillips",
"automation"
]
}