forked from NorthernMan54/homebridge-alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 916 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
{
"name": "homebridge-alexa",
"version": "0.1.33",
"description": "Alexa Skill frontend for Homebridge",
"main": "web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NorthernMan54/homebridge-alexa.git"
},
"keywords": [
"alexa",
"homebridge-plugin"
],
"engines": {
"node": ">=4.4.5",
"homebridge": ">=0.4.16"
},
"dependencies": {
"body-parser": "^1.15.2",
"debug": "^2.2.0",
"httpdispatcher": ">=2.0.1",
"ip": "^=1.1.5",
"is-my-json-valid": "^2.17.2",
"bonjour": "^=3.5.0",
"mqtt": "^2.0.1",
"requestretry": "^=1.13.0"
},
"author": "NorthernMan54",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NorthernMan54/homebridge-alexa/issues"
},
"homepage": "https://github.com/NorthernMan54/homebridge-alexa#readme"
}