homebridge-dyson-pure-cool
Version:
Plugin for using the Dyson Pure Cool fans in homebridge.
36 lines (35 loc) • 831 B
JSON
{
"name": "homebridge-dyson-pure-cool",
"displayName": "Dyson",
"version": "2.9.3",
"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 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": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0 || ^2.0.0",
"node": "^18.20.4 || ^20.15.1 || ^22.12.0 || ^24.0.0"
},
"devDependencies": {
"tap": "^21.0.1"
}
}