-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 1021 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
{
"name": "homebridge-valetudo-xiaomi-vacuum",
"version": "0.3.2",
"description": "A Homebridge plugin for Xiaomi Vacuum Cleaner 1st gen (Mi Robot) and 2nd gen (Roborock S50), with Valetudo installed.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"xiaomi",
"mi robot",
"vacuum cleaner",
"roborock s50",
"xiaomi vacuum gen1",
"xiaomi vacuum gen2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/onfoot/homebridge-valetudo-xiaomi-vacuum.git"
},
"bugs": {
"url": "https://github.com/onfoot/homebridge-valetudo-xiaomi-vacuum/issues"
},
"homepage": "https://github.com/onfoot/homebridge-valetudo-xiaomi-vacuum",
"engines": {
"node": ">=10.0.0",
"homebridge": ">=0.4.45"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1"
}
}