mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Initial Commit
Includes HAP-NodeJS as Git submodule
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# Intellij
|
||||
.idea/
|
||||
*.iml
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "lib/HAP-NodeJS"]
|
||||
path = lib/HAP-NodeJS
|
||||
url = https://github.com/KhaosT/HAP-NodeJS.git
|
||||
4
app.js
Normal file
4
app.js
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
var accessory_Factor = new require("./lib/HAP-NodeJS/Accessory.js");
|
||||
|
||||
console.log(accessory_Factor);
|
||||
1
lib/HAP-NodeJS
Submodule
1
lib/HAP-NodeJS
Submodule
Submodule lib/HAP-NodeJS added at f2e0a7b25b
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "homebridge",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"server": "node app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user