UNPKG

homebridge-meraki-control

Version:
50 lines 1.25 kB
{ "displayName": "Meraki Control", "name": "homebridge-meraki-control", "version": "1.5.10", "description": "Homebridge plugin to control Meraki devices.", "license": "MIT", "author": "grzegorz914", "maintainers": [ "grzegorz914" ], "homepage": "https://github.com/grzegorz914/homebridge-meraki-control#readme", "repository": { "type": "git", "url": "git+https://github.com/grzegorz914/homebridge-meraki-control.git" }, "bugs": { "url": "https://github.com/grzegorz914/homebridge-meraki-control/issues" }, "type": "module", "exports": { ".": "./index.js" }, "files": [ "src", "index.js", "config.schema.json", "package.json", "CHANGELOG.md", "README.md", "LICENSE" ], "engines": { "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.29", "node": "^20 || ^22 || ^24" }, "dependencies": { "axios": "^1.11.0" }, "keywords": [ "homebridge", "homebridge-plugin", "homekit", "meraki", "cisco" ], "contributors": [], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }