forked from ChristopherNeuwirth/homebridge-rc433-etekcity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 885 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
{
"name": "homebridge-rc433-etekcity",
"version": "1.0.3",
"description": "A Homebridge plugin for controlling rc 433mhz switches with custom pulse lenght via iOS devices. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ChristopherNeuwirth/homebridge-rc433-etekcity"
},
"bugs": {
"url": "https://github.com/ChristopherNeuwirth/homebridge-rc433-etekcity/issues"
},
"devDependencies": {},
"dependencies": {
"rpi-433": "^2.1.0",
"wiring-pi": "^2.2.0"
},
"engines": {
"node": ">=6.9.2",
"homebridge": ">=0.2.0"
},
"keywords": [
"rcswitch",
"raspberry",
"433",
"pi",
"siri",
"homebridge",
"homebridge-plugin",
"ios",
"homekit"
],
"author": "Christopher Neuwirth",
"license": "ISC"
}