{
  "name": "smart-house-broker",
  "description": "Smart House Mqqt fake broker",
  "main": "index.js",
  "scripts": {
    "commitmsg": "validate-commit-msg",
    "start": "node index",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "keywords": [
    "smart",
    "house",
    "IoT"
  ],
  "license": "MIT",
  "homepage": "https://github.com/garage-it/SmartHouse-broker#readme",
  "engines": {
    "node": "5.x.x",
    "npm": "3.x.x"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "minimist": "^1.2.0",
    "mosca": "^1.1.3",
    "mqtt": "^1.7.5",
    "shelljs": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/garage-it/SmartHouse-broker.git"
  },
  "devDependencies": {
    "husky": "^0.12.0",
    "semantic-release": "^4.3.5",
    "validate-commit-msg": "^2.8.2"
  },
  "version": "0.3.1"
}