forked from mkellsy/homebridge-ui
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·35 lines (35 loc) · 942 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
{
"name": "homebridge-config-ui",
"version": "1.1.4",
"description": "Configuration UI plugin for Homebridge",
"license": "MIT",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "git://github.com/mkellsy/homebridge-config-ui.git"
},
"bugs": {
"url": "https://github.com/mkellsy/homebridge-config-ui/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"chalk": "~1.1.1",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "~1.15.3",
"hogan-express": "~0.5.2",
"passport": "~0.3.2",
"passport-local": "~1.0.0",
"serve-favicon": "~2.4.2",
"request": "~2.81.0",
"async": "~2.5.0",
"read-last-lines": "~1.2.0"
}
}