forked from chowielin/homebridge-simplisafe-security-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 993 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
{
"name": "homebridge-simplisafe-security-system",
"version": "0.1.3",
"description": "Control your SimpliSafe alarm system from your iOS device using HomeKit and Homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"simplisafe",
"security",
"alarm",
"homekit"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": "Federico Holgado",
"contributors": [
""
],
"repository": {
"type": "git",
"url": "git://github.com/fholgado/homebridge-simplisafe-security-system.git"
},
"dependencies": {
"lodash": "^4.13.1",
"q": "^1.5.1",
"request": "^2.72.0",
"request-promise-any": "^1.0.5",
"simplisafe-ss3": "helmsb/simplisafe-ss3-nodejs"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/fholgado/homebridge-simplisafe/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}