{
  "name": "@siweb/bh-fifo-client",
  "version": "3.1.1",
  "description": "Client to connect on bh-fifo",
  "main": "core.js",
  "scripts": {
    "test": "npm install && istanbul test _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-fifo-client.git"
  },
  "author": "Boris Morel",
  "license": "UNLICENSED",
  "dependencies": {
    "bh-configuration": "^1.0.9",
    "bh-envwrapper": "^1.3.0",
    "bh-fifo": "^2.1.0",
    "bomo-logger": "^1.0.5"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
