{
  "name": "@siweb/bh-fifo",
  "version": "2.1.2",
  "description": "Provide an UDP socket to share data between 2 process",
  "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.git"
  },
  "keywords": [
    "udp",
    "fifo",
    "bh"
  ],
  "author": "Boris Morel",
  "license": "UNLICENSED",
  "dependencies": {
    "bh-buffer": "^1.0.1",
    "bh-configuration": "^1.0.9",
    "bh-envwrapper": "^1.3.2",
    "bh-section": "^1.0.4",
    "bomo-logger": "^1.0.4"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "semistandard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
