mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
24 lines
526 B
JSON
24 lines
526 B
JSON
{
|
|
"name": "homebridge-lockitron",
|
|
"version": "0.0.1",
|
|
"description": "Lockitron plugin for homebridge: https://github.com/nfarina/homebridge",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"homebridge-plugin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/example/homebridge-lockitron.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/example/homebridge-lockitron/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0",
|
|
"homebridge": ">=0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"request": "^2.65.0"
|
|
}
|
|
}
|