forked from wstameris/homebridge-rfoutlets
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 820 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
{
"name": "homebridge-rfoutlets-protocol",
"version": "0.1.3",
"description": "RF (433MHz) outlet remote control plugin for homebridge which uses different protocols: https://github.com/thomas22122212/homebridge-rfoutlets-protocol",
"license": "(MIT OR ISC)",
"keywords": [
"homebridge-plugin",
"433",
"433MHz",
"Raspberry",
"Pi",
"rf",
"rc-switch",
"brennenstuhl",
"silvercrest",
"outlets"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"author": {
"name": "thomas2212"
},
"repository": {
"type": "git",
"url": "https://github.com/thomas22122212/homebridge-rfoutlets-protocol"
},
"dependencies": {
"limiter": "1.x"
}
}