forked from dustindclark/homebridge-envisalink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 769 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
{
"name": "homebridge-envisalink",
"version": "0.2.4",
"description": "A homebridge plugin for the EnvisaLink alarm module",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/dustindclark/homebridge-envisalink"
},
"keywords": [
"homebridge-plugin",
"envisalink",
"dsm"
],
"author": "Dustin D. Clark",
"license": "MIT",
"bugs": {
"url": "https://github.com/dustindclark/homebridge-envisalink/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"net": ">=1.0",
"nodealarmproxy": "1.0.1",
"dateformat": ">=1.0.12"
},
"homepage": "https://github.com/dustindclark/homebridge-envisalink#readme"
}