{
  "name": "@siweb/mqtt-server",
  "version": "2.0.3",
  "description": "A mqtt server for bh application",
  "main": "mqtt-server.js",
  "scripts": {
    "pretest": "npm install",
    "test": "mocha",
    "post-test": "npm uninstall"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:BHT-SI-Middleware/mqtt-server.git"
  },
  "keywords": [
    "mqtt"
  ],
  "author": "pcp",
  "license": "ISC",
  "dependencies": {
    "bh-configuration": "^1.0.1",
    "bh-section": "^1.0.2",
    "chai": "^3.5.0",
    "mosca": "^2.0.1",
    "q": "^1.4.1"
  }
}
