-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "hue",
"version": "0.1.0",
"description": "A node+docker based controller image for more advanced scheduling and scenes.",
"main": "app.js",
"type": "module",
"scripts": {
"start": "bin/www.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/kws/hue-controller.git",
"author": "kaj@k-si.com",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "~1.15.2",
"clean-css": "^4.1.11",
"color-convert": "latest",
"color-temperature": "^0.2.7",
"cookie-parser": "~1.4.3",
"dateformat": "^3.0.3",
"debug": "^4.1.1",
"express": "~4.17.1",
"jade": "~1.11.0",
"js-yaml": "^3.13.1",
"morgan": "^1.9.1",
"node-hue-api": "^4.0.5",
"node-schedule": "^1.3.2",
"node-yaml": "^3.0.3",
"parse-color": "^1.0.0",
"process": "latest",
"serve-favicon": "~2.3.0",
"sqlite3": "^5.0.8",
"uuid": "~7.0.2"
},
"resolutions": {
"clean-css": "^4.1.11",
"constantinople": "^3.1.1",
"debug": "^4.1.1",
"js-yaml": "^3.13.1",
"uglify-js": "^2.6.0"
}
}