-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
42
43
44
45
46
47
48
{
"name": "homebridge-roomba-platform",
"version": "0.1.0",
"description": "A platform-friendly Roomba homebridge plugin",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baronomasia/homebridge-roomba-platform.git"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"roomba",
"irobot",
"dorita980",
"i3",
"i4",
"i6",
"i7"
],
"engines": {
"node": ">=14.17.0",
"homebridge": ">=1.3.0"
},
"author": "Ryan Staatz",
"license": "MIT",
"bugs": {
"url": "https://github.com/baronomasia/homebridge-roomba-platform/issues"
},
"homepage": "https://github.com/baronomasia/homebridge-roomba-platform#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0"
},
"dependencies": {
"dorita980": "^3.1.11",
"p-timeout": "^4.1.0"
}
}