forked from ddenisyuk/homebridge-gree-heatercooler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
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
{
"name": "homebridge-gree-heatercooler",
"version": "1.0.9",
"description": "Gree ac partner plugin for Homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"air contitioning",
"gree ac",
"homebridge heatercooler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ddenisyuk/homebridge-gree-heatercooler.git"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"npm": "^6.1.0"
},
"bugs": {
"url": "https://github.com/ddenisyuk/homebridge-gree-heatercooler/issues"
},
"homepage": "https://github.com/ddenisyuk/homebridge-gree-heatercooler#readme",
"main": "index.js"
}