{
  "name": "homie-server",
  "version": "0.4.9",
  "description": "Server-part of Homie, an opinionated home automation system using MQTT",
  "main": "index.js",
  "bin": {
    "homie": "./bin/cli.js"
  },
  "preferGlobal": true,
  "author": {
    "name": "Marvin Roger",
    "email": "bonjourmarvin@marvinroger.fr",
    "url": "http://marvinroger.fr"
  },
  "keywords": [
    "home",
    "automation",
    "iot",
    "mqtt",
    "dashboard"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marvinroger/homie-server.git"
  },
  "bugs": "https://github.com/marvinroger/homie-server/issues",
  "homepage": "https://github.com/marvinroger/homie-server",
  "engines": {
    "node": ">=0.12.0"
  },
  "license": "GPL-2.0",
  "dependencies": {
    "babel-runtime": "^6.3.19",
    "bluebird": "^3.0.5",
    "chokidar": "^1.3.0",
    "clor": "^2.0.0",
    "express": "^4.13.3",
    "immutable": "^3.7.6",
    "internal-ip": "^1.1.0",
    "is-my-json-valid": "^2.13.0",
    "md5": "^2.0.0",
    "mqtt": "^1.7.2",
    "nedb": "^1.5.0",
    "pauseable": "^0.1.6",
    "socket.io": "^1.3.7",
    "validator": "^5.0.0",
    "yamljs": "^0.2.4",
    "yargs": "^4.1.0"
  }
}