Files
homebridge/example-plugins/homebridge-lockitron/package.json
Nick Farina a3c0df1c7c 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"
2015-10-18 16:34:21 -07:00

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"
}
}