forked from wylanswets/homebridge-icontrol-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "@seydx/homebridge-icontrol-platform",
"version": "1.0.4",
"description": "iControl (Xfinity Home) for Homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"icontrol",
"homebridge",
"plugin",
"security"
],
"repository": {
"type": "git",
"url": "git://github.com/seydx/homebridge-icontrol-platform.git"
},
"bugs": {
"url": "https://github.com/seydx/homebridge-icontrol-platform/issues"
},
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.3.0"
},
"dependencies": {
"icontrol-api": "1.2.3",
"process": "^0.11.10"
},
"homepage": "https://github.com/seydx/homebridge-icontrol-platform#readme",
"main": "index.js",
"scripts": {
"lint": "eslint --fix ."
},
"author": "Wylan Swets & SeydX",
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.3",
"@babel/eslint-plugin": "7.14.5",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
}
}