mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-25 13:14:09 +00:00
Plugin support
- Homebridge is now designed to be `npm install`d globally and executed via "homebridge" script - Remove all specific accessories/platforms except for an example - New internal structure and "cli"
This commit is contained in:
15
example-plugins/homebridge-lockitron/package.json
Normal file
15
example-plugins/homebridge-lockitron/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "plugin-lockitron",
|
||||
"version": "0.0.1",
|
||||
"description": "Lockitron plugin for homebridge: https://github.com/nfarina/homebridge",
|
||||
"license": "ISC",
|
||||
"keywords": [
|
||||
"homebridge-plugin"
|
||||
],
|
||||
"peerDepdendencies": {
|
||||
"homebridge": ">=0.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.65.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user