{
  "name": "skmeans",
  "version": "0.11.3",
  "description": "Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browser",
  "author": "David Gómez Matarrodona <solzimer@gmail.com>",
  "url": "https://github.com/owner/project/issues",
  "email": "solzimer@gmail.com",
  "main": "dist/node/main.js",
  "license": "MIT",
  "repository": "solzimer/skmeans",
  "keywords": [
    "math",
    "k-means",
    "k-means++",
    "kmeans++",
    "kmeans",
    "simple",
    "cluster",
    "fast",
    "unidimiensional",
    "multidimensional"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "grunt": "^1.0.4",
    "grunt-babel": "^8.0.0",
    "grunt-browserify": "^5.3.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-uglify": "^4.0.1",
    "load-grunt-tasks": "^4.0.0"
  }
}
