{
  "name": "@siweb/bh-buffer",
  "version": "1.1.0",
  "description": "Extend Prototype.Array to create a limited array with 2 new functions (enqueue, dequeue)",
  "main": "core.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-buffer.git"
  },
  "keywords": [
    "buffer",
    "bh"
  ],
  "author": "Boris Morel",
  "license": "UNLICENSED",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  }
}
