-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
{
"name": "homebridge-robonect",
"version": "1.1.19",
"author": "David Karlsson",
"description": "Let's users control robotic lawn mowers with an installed Robonect card.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"bugs": "dinmammas@gmail.com",
"repository": "github:dinmammas/homebridge-robonect",
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22"
},
"keywords": [
"homebridge-plugin",
"robonect",
"lawn mower",
"automower",
"homekit"
],
"dependencies": {
"node-fetch": "^2.6.0"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/dinmammas"
}
}