Created
March 10, 2017 11:09
-
-
Save thefloweringash/fbb1a14bf115330d26bbba8fb438baf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "conshomebridge", | |
"scripts": { | |
"start": "nf start", | |
"start:mosca": "mosca --credentials mosca/credentials.json -v", | |
"start:homebridge": "homebridge -D -U $PWD/homebridge -P plugins" | |
}, | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"dependencies": { | |
"foreman": "^2.0.0", | |
"homebridge": "^0.4.16", | |
"homebridge-mqttswitch": "^0.0.3", | |
"mosca": "^2.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment