Skip to content

Commit a08c612

Browse files
committed
update keywords and dependencies
1 parent 9ade74b commit a08c612

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"description": "Homebridge plugin to control blinds via Raspberry Pi GPIO pins",
55
"license": "MIT",
66
"keywords": [
7-
"homebridge-plugin"
7+
"homebridge-plugin",
8+
"homebridge",
9+
"raspberry",
10+
"gpio",
11+
"blinds",
12+
"window-blinds"
813
],
914
"repository": {
1015
"type": "git",
@@ -14,13 +19,13 @@
1419
"rpio": "^0.9.12"
1520
},
1621
"engines": {
17-
"homebridge": ">=0.2.0",
18-
"node": ">=0.12.0"
22+
"homebridge": ">=0.4.6",
23+
"node": ">=6.6.0"
1924
},
2025
"maintainers": [
2126
{
2227
"name": "rsporny",
2328
"email": "r.sporny@gmail.com"
2429
}
2530
]
26-
}
31+
}

0 commit comments

Comments
 (0)