mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-07 21:21:52 +00:00
- 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"
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|