{
  "name": "node-kmeans",
  "version": "1.1.9",
  "description": "Node.js asynchronous implementation of the clustering algorithm k-means",
  "keywords": [
    "k-means",
    "clustering"
  ],
  "author": "Philmod <philippe.modard@gmail.com>",
  "homepage": "http://github.com/philmod/node-kmeans",
  "engines": {
    "node": ">= v0.6.0"
  },
  "dependencies": {
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "eslint": "^6.0.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.18.0",
    "mocha": "",
    "should": ""
  },
  "scripts": {
    "test": "make test",
    "hint": "eslint '**/*.js'",
    "pretest": "npm run hint",
    "postversion": "git push --tags"
  },
  "main": "index",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Philmod/node-kmeans.git"
  },
  "license": "BSD"
}
