21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"name": "homebridge-raspberrypi-switch",
|
|
"version": "1.0.0",
|
|
"description": "Raspberry Pi Remote Switch plugin for Homebridge.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"homebridge-plugin",
|
|
"raspberry pi",
|
|
"raspberrypi",
|
|
"switch"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Dracanrage/homebridge-raspberrypi-switch"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0",
|
|
"homebridge": ">=0.4.0"
|
|
}
|
|
}
|