This commit is contained in:
Nick Farina
2015-08-13 19:53:48 -07:00
parent 8780ef0b6e
commit 89feadf509
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@@ -4,3 +4,7 @@
# Node
node_modules/
# Legacy - Remove these someday
config.json
persist/

View File

@@ -2,6 +2,9 @@
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.0.0",
"scripts": {
"dev": "browser-refresh ./bin/homebridge -P example-plugins/"
},
"author": {
"name": "Nick Farina"
},