-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.55 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "hap-router",
"version": "4.1.0",
"description": "A Middleware HAP Router for bringing HomeKit functionality to your Home Automation.",
"main": "HAPRouter.js",
"keywords": [
"homekit",
"smart",
"home",
"automation",
"hap",
"apple",
"ios",
"accessory",
"virtual",
"hap-nodejs",
"device"
],
"author": {
"name": "Marcus Davies",
"email": "marcus.davies83@icloud.com"
},
"license": "MIT",
"dependencies": {
"semver":"7.3.7",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.6",
"cookie": "^0.5.0",
"events": "^3.3.0",
"express": "^4.18.1",
"express-basic-auth": "^1.2.1",
"hap-nodejs": "^0.10.4",
"ip": "^1.1.8",
"mqtt": "^4.3.7",
"handlebars": "^4.7.7",
"readline": "^1.3.0",
"qrcode": "^1.5.1",
"bcrypt": "^5.0.1",
"express-rate-limit": "^6.6.0",
"ws": "^8.9.0",
"@marcus-j-davies/haprouter-route-http": "^4.0.0",
"@marcus-j-davies/haprouter-route-udp": "^4.0.0",
"@marcus-j-davies/haprouter-route-websocket": "^4.0.0",
"@marcus-j-davies/haprouter-route-mqtt": "^4.0.0",
"@marcus-j-davies/haprouter-route-console": "^4.0.0",
"@marcus-j-davies/haprouter-route-file": "^4.0.0",
"@marcus-j-davies/haprouter-route-null": "^4.0.0"
},
"engines": {
"node": ">=14.14.0"
},
"devDependencies": {
"eslint": "^8.24.0",
"prettier": "^2.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcus-j-davies/hap-router.git"
},
"bugs": {
"url": "https://github.com/marcus-j-davies/hap-router/issues"
},
"homepage": "https://github.com/marcus-j-davies/hap-router#readme"
}