forked from SphtKr/homebridge-zway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 984 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
38
39
40
41
42
{
"name": "homebridge-zway",
"version": "0.6.0-alpha0",
"description": "homebridge-plugin for ZWay Server and RaZBerry",
"main": "index.js",
"scripts": {
"test": "node tests/js/runner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palasinio/homebridge-zway.git"
},
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"Z-Way",
"RaZBerry",
"Z-Wave",
"HomeKit"
],
"engines": {
"node": ">=8.0.0",
"homebridge": ">=0.4.46"
},
"dependencies": {
"request": "^2.88.2",
"q": "^1.5.1",
"debug": "^4.1.1",
"tough-cookie": "^3.0.1"
},
"devDependencies": {
"qunit": "^2.9.3",
"homebridge": ">=0.4.46",
"istanbul": ">=0.4.5"
},
"author": "S'pht'Kr <[email protected]> (https://github.com/SphtKr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SphtKr/homebridge-zway/issues"
},
"homepage": "https://github.com/SphtKr/homebridge-zway#readme"
}