forked from NorthernMan54/homebridge-alexa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "homebridge-alexa",
"version": "0.4.51",
"description": "Alexa Skill frontend for Homebridge",
"main": "plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"api": "documentation build plugin.js lib/alexaActions.js lib/alexaLocal.js lib/alexaMessages.js lib/alexaTranslator.js -f md --config docs/documentation.yml > docs/API.md",
"document": "./gh-md-toc --insert README.md;./gh-md-toc --insert Troubleshooting.md"
},
"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"
},
"devDependencies": {
"documentation": "12.1.4"
},
"dependencies": {
"is-my-json-valid": ">=2.19.0",
"debug": ">2.6.9",
"mqtt": ">=2.18.8",
"hap-node-client": ">=0.0.28",
"bottleneck": ">=2.18.0"
},
"author": "NorthernMan54",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NorthernMan54/homebridge-alexa/issues"
},
"homepage": "https://github.com/NorthernMan54/homebridge-alexa#readme"
}