-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
42 lines (42 loc) · 978 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/SphtKr/homebridge-zway.git"
},
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"Z-Way",
"RaZBerry",
"Z-Wave",
"HomeKit"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.5"
},
"dependencies": {
"request": "2.74.0",
"q": "1.4.x",
"debug": "^2.2.0",
"tough-cookie": "^2.2.0"
},
"devDependencies": {
"qunit": "^0.9.1",
"homebridge": ">=0.2.5",
"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"
}