forked from n0rt0nthec4t/Nest_accfactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nest_accfactory",
"description": "HomeKit integration for Nest devices based on HAP-NodeJS library",
"version": "0.1.2",
"main": "Nest_accfactory.js",
"repository": {
"type": "git",
"url": "https://github.com/n0rt0nthec4t/HAP-NodeJS-Accessories"
},
"keywords": [
"homekit",
"hksv",
"hap-nodejs",
"nest",
"doorbell",
"camera",
"thermostat",
"temperature",
"smoke",
"sensor"
],
"author": "Mark Hulskamp",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/donate/?cmd=_donations&business=YF53YVW333VVY&item_name=HAP-NodeJS-Accessories¤cy_code=AUD&source=url"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/n0rt0nthec4t/HAP-NodeJS-Accessories/issues"
},
"homepage": "https://github.com/n0rt0nthec4t/HAP-NodeJS-Accessories",
"files": [
"Nest_accfactory.js",
"nexusstreamer.js",
"HomeKitHistory.js",
"Nest_camera_off.jpg",
"Nest_camera_offline.jpg",
"Nest_camera_connecting.jpg"
],
"engines": {
"node": ">=15.4.0",
"hap-nodejs": ">=0.10.3"
},
"dependencies": {
"hap-nodejs": ">=0.10.3",
"axios": ">=1.2.1",
"pbf": ">=3.2.1",
"ws": ">=7.5.6",
"ffmpeg-for-homebridge" : "=0.1.0"
}
}