{
  "name": "@siweb/mqtt-lora-shell",
  "version": "1.0.0",
  "description": "shell for mqqt lora client",
  "main": "mqtt-lora-shell.js",
  "scripts": {
    "test": "npm install && istanbul test _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/mqtt-lora-shell.git"
  },
  "keywords": [
    "MQTT",
    "LoRa"
  ],
  "author": "BH Technologies SiWeb - siweb@bh-technologies.com",
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.1"
  },
  "dependencies": {
    "bh-base-prototype": "^1.0.0",
    "bh-configuration": "^1.0.9",
    "bh-mysql": "^3.0.5",
    "bh-section": "^1.0.4",
    "bomo-logger": "^1.0.5",
    "mqtt-client": "^1.1.7"
  }
}
