Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thefloweringash/fbb1a14bf115330d26bbba8fb438baf7 to your computer and use it in GitHub Desktop.
Save thefloweringash/fbb1a14bf115330d26bbba8fb438baf7 to your computer and use it in GitHub Desktop.
{
"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