homebridge-meraki-control
Version:
Homebridge plugin to control Meraki devices.
54 lines • 1.35 kB
JSON
{
"displayName": "Meraki Control",
"name": "homebridge-meraki-control",
"version": "1.7.0",
"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.8.0 || ^2.0.0",
"node": "^20 || ^22 || ^24 || ^25 || ^26"
},
"dependencies": {
"axios": "^1.16.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"meraki",
"cisco"
],
"funding": {
"type": "Buy Coffee To",
"url": "https://buycoffee.to/grzegorz914"
},
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}