-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
{
"license": "MIT",
"name": "@diidum/node-red-contrib-husqvarna-automower-connect",
"description": "Node for controlling/monitoring Husqvarna mowers",
"version": "1.0.7",
"author": {
"name": "Sascha Jocham",
"url": "https://github.com/jochamsa/node-red-contrib-husqvarna-automower-connect"
},
"node-red": {
"version": ">=2.2.0",
"nodes": {
"automower": "nodes/mower.js"
}
},
"bugs": {
"url": "https://github.com/jochamsa/node-red-contrib-husqvarna-automower-connect/issues"
},
"homepage": "https://github.com/jochamsa/node-red-contrib-husqvarna-automower-connect",
"repository": {
"type": "git",
"url": "git+https://github.com/jochamsa/node-red-contrib-husqvarna-automower-connect.git"
},
"keywords": [
"husqvarna",
"node-red",
"automower-connect",
"mower",
"lawn mower"
],
"engines": {
"node": ">=16"
},
"dependencies": {
"automower-connect": "^0.0.6"
}
}