forked from mike182uk/homebridge-zwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 885 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-zwave",
"version": "2.1.0",
"description": "A Homebridge plugin for ZWave devices",
"main": "index.js",
"scripts": {
"dev": "./node_modules/.bin/homebridge -D -U ./.dev -P ./",
"lint": "standard"
},
"author": "Michael David Barrett <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mike182uk/homebridge-zwave.git"
},
"homepage": "https://github.com/mike182uk/homebridge-zwave",
"bugs": {
"url": "https://github.com/mike182uk/homebridge-zwave/issues"
},
"keywords": [
"homebridge-plugin",
"zwave",
"z-wave"
],
"engines": {
"homebridge": ">=0.4.49"
},
"devDependencies": {
"homebridge": "^0.4.50",
"ozw-cli": "^0.2.2",
"standard": "^14.2.0"
},
"dependencies": {
"@hapi/joi": "^17.0.2",
"openzwave-shared": "^1.5.6"
}
}