forked from RMCob/homebridge-wyze-connected-home-op
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 838 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
{
"name": "@s-collison/homebridge-wyze-connected-home-op",
"version": "0.5.9-1",
"description": "Wyze Connected Home plugin for Homebridge",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"lint": "yarn eslint */**/*.{js,ts,tsx} --quiet --fix"
},
"keywords": [
"homebridge-plugin"
],
"homepage": "http://github.com/S-Collison/homebridge-wyze-connected-home-op",
"repository": {
"type": "git",
"url": "git://github.com/S-Collison/homebridge-wyze-connected-home-op.git"
},
"bugs": {
"url": "http://github.com/S-Collison/homebridge-wyze-connected-home-op/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"axios": "^0.21.1",
"colorsys": "^1.0.22",
"md5": "^2.2.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}