forked from lukasroegner/homebridge-dyson-pure-cool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 784 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
{
"name": "homebridge-dyson-pure-cool",
"displayName": "Dyson",
"version": "2.8.2",
"description": "Plugin for using the Dyson Pure Cool fans in homebridge.",
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-dyson-pure-cool",
"dyson",
"pure cool"
],
"scripts": {
"test": "tap --no-coverage test/*.js"
},
"dependencies": {
"mqtt": "~> 2.15.0",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git://github.com/lukasroegner/homebridge-dyson-pure-cool.git"
},
"bugs": {
"url": "http://github.com/lukasroegner/homebridge-dyson-pure-cool/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"devDependencies": {
"tap": "^15.1.5"
}
}