forked from homespun/homebridge-accessory-apcupsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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-accessory-apcupsd",
"version": "0.13.1",
"description": "An apcupsd accessory plugin for Homebridge: https://github.com/nfarina/homebridge",
"author": {
"name": "Marshall Rose",
"email": "mrose17@homespun.io"
},
"main": "index.js",
"scripts": {
"developer": "DEBUG=apcupsd homebridge -D -U `pwd` -P `pwd`",
"lint": "jshint package.json *.js"
},
"license": "MIT",
"keywords": [
"homebridge-plugin",
"apcupsd",
"ups"
],
"repository": {
"type": "git",
"url": "git://github.com/homespun/homebridge-accessory-apcupsd.git"
},
"bugs": {
"url": "https://github.com/homespun/homebridge-accessory-apcupsd/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.16"
},
"dependencies": {
"apcaccess": "1.1.2",
"fakegato-history": "^0.5.6",
"hap-nodejs-community-types": "git+https://github.com/homespun/hap-nodejs-community-types.git",
"lodash": "^4.17.21",
"node-cache": "4.2.0",
"node-fetch": "2.6.1",
"node-forge": ">=0.10.0",
"underscore": ">= 1.12.1"
}
}