Skip to content

Commit 3b8a110

Browse files
Update version to 3.5.0 and add displayName
1 parent 22251ba commit 3b8a110

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

package.json

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,65 @@
11
{
22
"name": "homebridge-gpio-electric-rim-lock",
3-
"version": "3.4.0",
3+
"displayName": "Tiro GPIO Lock",
4+
"version": "3.5.0",
45
"description": "Homebridge plugin to open electric rim locks via Raspberry Pi GPIO pins",
56
"main": "index.js",
7+
8+
"platforms": [
9+
"Tiro"
10+
],
11+
612
"scripts": {
713
"test": "echo \"Error: no test specified\" && exit 1"
814
},
15+
916
"repository": {
1017
"type": "git",
1118
"url": "git+https://github.com/roberto-montanari/homebridge-gpio-electric-rim-lock.git"
1219
},
20+
1321
"keywords": [
1422
"homebridge-plugin",
15-
"homebridge-gpio",
16-
"raspberry-pi-only",
1723
"homebridge",
1824
"homekit",
19-
"smart home",
20-
"electric rim lock",
25+
"gpio",
26+
"raspberry-pi",
27+
"lock",
28+
"electric-lock",
29+
"rim-lock",
30+
"smart-home",
2131
"tiro"
2232
],
33+
2334
"author": "Roberto Montanari",
2435
"license": "MIT",
36+
2537
"bugs": {
2638
"url": "https://github.com/roberto-montanari/homebridge-gpio-electric-rim-lock/issues"
2739
},
40+
2841
"homepage": "https://github.com/roberto-montanari/homebridge-gpio-electric-rim-lock#readme",
42+
2943
"funding": [
3044
{
31-
"type" : "ko-fi",
32-
"url" : "https://ko-fi.com/roberto_montanari"
45+
"type": "ko-fi",
46+
"url": "https://ko-fi.com/roberto_montanari"
3347
},
3448
{
3549
"type": "buymeacoffee",
3650
"url": "https://buymeacoffee.com/roberto.montanari"
3751
}
38-
],
52+
],
53+
3954
"engines": {
4055
"node": "^18.17.0 || ^20.9.0 || ^22 || ^24",
41-
"homebridge": "^1.6.0 || ^2.0.0"
56+
"homebridge": "^1.6.0"
4257
},
58+
4359
"dependencies": {
4460
"rpio": ">=0.9.12"
4561
},
62+
4663
"files": [
4764
"index.js",
4865
"package.json",

0 commit comments

Comments
 (0)