add SamplePlatform

This commit is contained in:
Khaos Tian
2016-01-30 21:55:12 -08:00
parent e1334c5196
commit 5b9c5192fe
3 changed files with 218 additions and 1 deletions

2
.gitignore vendored
View File

@@ -9,4 +9,4 @@ npm-debug.log
# Ignore any extra plugins in the example directory that aren't in Git already # Ignore any extra plugins in the example directory that aren't in Git already
# (this is a sandbox for the user) # (this is a sandbox for the user)
example-plugins # example-plugins

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
{
"name": "homebridge-samplePlatform",
"version": "0.0.1",
"description": "Sample Platform plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "git://github.com/example/homebridge.git"
},
"bugs": {
"url": "http://github.com/example/homebridge/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
}
}