{
  "name": "@siweb/bh-live-checker",
  "version": "1.0.2",
  "description": "Module to check if bh-live system is up or down",
  "main": "bh-live-checker.js",
  "scripts": {
    "test": "npm install && istanbul test _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-live-checker.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "q": "^1.5.0"
  }
}
