Initial Commit

Includes HAP-NodeJS as Git submodule
This commit is contained in:
Nick Farina
2014-11-30 16:32:51 -08:00
commit ea029d492b
5 changed files with 28 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "homebridge",
"version": "0.0.0",
"scripts": {
"server": "node app.js"
},
"dependencies": {
}
}