forked from mda590/homebridge-wyze-connected-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 785 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
{
"name": "homebridge-wyze-connected-home",
"version": "0.5.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/misenhower/homebridge-wyze-connected-home",
"repository": {
"type": "git",
"url": "git://github.com/misenhower/homebridge-wyze-connected-home.git"
},
"bugs": {
"url": "http://github.com/misenhower/homebridge-wyze-connected-home/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"axios": "^0.19.2",
"md5": "^2.2.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}