-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 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
{
"name": "hue-controller",
"version": "0.0.0",
"description": "A commander CLI app",
"private": true,
"bin": {
"hue-controller": "./bin/hue-controller"
},
"scripts": {
"test": "cake test"
},
"author": {
"name": "Sean Durham",
"email": "[email protected]",
"url": "https://github.com/nfiniteset"
},
"repository": {
"type": "git",
"url": "https://github.com/nfiniteset/hue-controller"
},
"license": "MIT",
"bugs": "https://github.com/nfiniteset/hue-controller/issues",
"dependencies": {
"coffee-script": "~1.6.3",
"commander": "~2.0.0",
"autocmdr": "~0.0.4",
"node-hue-api": "~0.2.2",
"node-powermate": "0.0.2",
"underscore": "~1.5.2",
"q": "~0.9.7"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.15.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}