{
  "name": "@siweb/mqtt-client",
  "version": "1.1.7",
  "description": "A lightweight MQTT client",
  "main": "mqtt-client.js",
  "dependencies": {
    "mqtt": "^1.12.0",
    "is_js": "^0.8.0"
  },
  "devDependencies": {},
  "scripts": {
    "pretest": "npm install && npm install bomo-logger bh-section",
    "test": "mocha",
    "post-test": "npm uninstall bomo-logger bh-section"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:BHT-SI-Middleware/mqtt-client.git"
  },
  "author": "Boris Morel <b.morel@bh-technologies.com>",
  "license": "UNLICENSED"
}
