{
  "name": "@siweb/bh-cluster",
  "version": "1.0.0",
  "description": "Create a cluster from a JS Array.",
  "main": "bh-cluster.js",
  "scripts": {
    "test": "npm install && istanbul test _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-cluster.git"
  },
  "keywords": [
    "cluster",
    "data",
    "optimization"
  ],
  "author": "siweb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  }
}
