forked from lukasroegner/homebridge-dyson-pure-cool
-
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) · 647 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 647 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-dyson-pure-cool",
"version": "1.6.5",
"description": "Plugin for using the Dyson Pure Cool fans in homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-dyson-pure-cool",
"dyson",
"pure cool"
],
"dependencies": {
"request": "^2.88.0",
"mqtt": "~> 2.15.0"
},
"repository": {
"type": "git",
"url": "git://github.com/lukasroegner/homebridge-dyson-pure-cool.git"
},
"bugs": {
"url": "https://github.com/lukasroegner/homebridge-dyson-pure-cool/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
}
}