-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1 KB
/
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
38
39
40
41
{
"name": "homebridge-landroid",
"version": "0.12.4",
"description": "HomeBridge plugin for Worx Landroid lawnmowers",
"main": "index.js",
"scripts": {
"test": "./node_modules/homebridge/bin/homebridge -P ./ -I -U ./.homebridge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/normen/homebridge-landroid.git"
},
"keywords": [
"homebridge-plugin",
"worx",
"landroid"
],
"author": "Normen Hansen",
"license": "MIT",
"bugs": {
"url": "https://github.com/normen/homebridge-landroid/issues"
},
"homepage": "https://github.com/normen/homebridge-landroid#readme",
"dependencies": {
"aws-iot-device-sdk": "^2.2.12",
"aws-iot-device-sdk-v2": "^1.16.2",
"axios": "^1.4.0",
"http-cookie-agent": "^5.0.4",
"json2iob": "^2.4.5",
"moment": "^2.29.1",
"tough-cookie": "^4.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"homebridge": "^1.3.4"
},
"engines": {
"node": ">=14.18.0",
"homebridge": ">=0.4.10"
}
}