forked from plhyhc/homebridge-garage-door-wsensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (57 loc) · 1.59 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
54
55
56
57
58
{
"_from": "homebridge-garage-door-wsensor",
"_id": "homebridge-garage-door-wsensor@1.0.0",
"_inBundle": false,
"_integrity": "sha1-c+e4Iv43YcMFlYWHshNc+cPT3T4=",
"_location": "/homebridge-garage-door-wsensor",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "homebridge-garage-door-wsensor",
"name": "homebridge-garage-door-wsensor",
"escapedName": "homebridge-garage-door-wsensor",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/homebridge-garage-door-wsensor/-/homebridge-garage-door-wsensor-1.0.0.tgz",
"_shasum": "73e7b822fe3761c305958587b2135cf9c3d3dd3e",
"_spec": "homebridge-garage-door-wsensor",
"_where": "/home/pi",
"author": "plhyhc",
"bugs": {
"url": "https://github.com/plhyhc/homebridge-garage-door-wsensor/issues"
},
"bundleDependencies": false,
"dependencies": {
"rpio": "2.4.2"
},
"deprecated": false,
"description": "Hombridge plugin for Garage Door Opener - Raspberry Pi",
"devDependencies": {
},
"engines": {
"homebridge": ">=1.1.7",
"node": ">=14.15.3"
},
"homepage": "https://github.com/plhyhc/homebridge-garage-door-wsensor#readme",
"keywords": [
"homebridge-plugin",
"garage-door-wsensor",
"raspberry-pi",
"homebridge"
],
"license": "ISC",
"main": "index.js",
"name": "homebridge-garage-door-wsensor",
"repository": {
"type": "git",
"url": "git+https://github.com/plhyhc/homebridge-garage-door-wsensor.git"
},
"version": "2.0.5"
}