We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade74b commit a08c612Copy full SHA for a08c612
package.json
@@ -4,7 +4,12 @@
4
"description": "Homebridge plugin to control blinds via Raspberry Pi GPIO pins",
5
"license": "MIT",
6
"keywords": [
7
- "homebridge-plugin"
+ "homebridge-plugin",
8
+ "homebridge",
9
+ "raspberry",
10
+ "gpio",
11
+ "blinds",
12
+ "window-blinds"
13
],
14
"repository": {
15
"type": "git",
@@ -14,13 +19,13 @@
19
"rpio": "^0.9.12"
20
},
16
21
"engines": {
17
- "homebridge": ">=0.2.0",
18
- "node": ">=0.12.0"
22
+ "homebridge": ">=0.4.6",
23
+ "node": ">=6.6.0"
24
25
"maintainers": [
26
{
27
"name": "rsporny",
28
"email": "r.sporny@gmail.com"
29
}
30
]
-}
31
+}
0 commit comments