-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1017 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
36
37
38
39
40
{
"name": "homebridge-igenix-air-conditioner",
"version": "0.0.0",
"description": "Homebridge plugin for Igenix WiFi Air Conditioner (IG9901WIFI)",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/eslint . "
},
"keywords": [
"homebridge-plugin",
"air-conditioner",
"tuya",
"igenix",
"IG9901WIFI"
],
"engines": {
"node": ">=9.0",
"homebridge": ">=0.4.0"
},
"dependencies": {
"async": "^2.6.1",
"debug": "^3.1.0",
"tuyapi": "^2.0.3"
},
"author": "Ell Neal <[email protected]>",
"bugs": {
"url": "https://github.com/ellneal/homebridge-igenix-air-conditioner/issues"
},
"license": "MIT",
"homepage": "https://github.com/ellneal/homebridge-igenix-air-conditioner",
"repository": {
"type": "git",
"url": "git+https://github.com/ellneal/homebridge-igenix-air-conditioner.git"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
}
}