{
  "name": "@plotly/point-cluster",
  "version": "3.1.9",
  "description": "Fast nd point clustering.",
  "main": "index.js",
  "scripts": {
    "test": "node test",
    "build": "browserify demo.js -g bubleify | indexhtmlify | metadataify | github-cornerify > demo/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/plotly/point-cluster.git"
  },
  "keywords": [
    "snap-points-2d",
    "supercluster",
    "quadtree",
    "quad-tree",
    "kdtree",
    "kd-tree",
    "ann-tree",
    "point",
    "scatter",
    "point2d",
    "2d",
    "cluster",
    "clustering",
    "geospatial",
    "markers",
    "round",
    "data",
    "vis",
    "gl-vis"
  ],
  "browserify": {
    "transform": [
      "bubleify"
    ]
  },
  "author": "Dmitry Yv <df.creative@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "array-bounds": "^1.0.1",
    "binary-search-bounds": "^2.0.4",
    "clamp": "^1.0.1",
    "defined": "^1.0.0",
    "dtype": "^2.0.0",
    "flatten-vertex-data": "^1.0.2",
    "is-obj": "^1.0.1",
    "math-log2": "^1.0.1",
    "parse-rect": "^1.2.0",
    "pick-by-alias": "^1.2.0"
  },
  "devDependencies": {
    "almost-equal": "^1.1.0",
    "bubleify": "^2.0.0",
    "canvas-fit": "^1.5.0",
    "gauss-random": "^1.0.1",
    "math-float64-from-bits": "^1.0.0",
    "snap-points-2d": "^3.2.0",
    "tape": "^4.8.0"
  }
}
