Include repo and bugs in example plugin

This commit is contained in:
Nick Farina
2015-11-09 10:59:49 -08:00
parent e3a5c5a96a
commit 78b8c265e1

View File

@@ -6,6 +6,13 @@
"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"