{
  "name": "regl-scatter2d",
  "version": "3.4.0",
  "description": "Scatter2d plot built with regl",
  "main": "./bundle.js",
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "node test",
    "test-browser": "budo test -- -t glslify",
    "prepublishOnly": "npm run build",
    "build": "rollup -c rollup.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/regl-scatter2d.git"
  },
  "keywords": [
    "regl",
    "plotly"
  ],
  "browserslist": "> 0.25%, not dead",
  "author": "Dima Yv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/regl-scatter2d/issues"
  },
  "homepage": "https://github.com/dy/regl-scatter2d#readme",
  "dependencies": {
    "@plotly/point-cluster": "^3.1.9",
    "array-bounds": "^1.0.1",
    "color-id": "^1.1.0",
    "color-normalize": "^1.5.0",
    "flatten-vertex-data": "^1.0.2",
    "glslify": "^7.0.0",
    "parse-rect": "^1.2.0",
    "pick-by-alias": "^1.2.0",
    "to-float32": "^1.1.0",
    "update-diff": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "bubleify": "^2.0.0",
    "chttps": "^1.0.6",
    "fps-indicator": "^1.3.0",
    "gl": "^6.0.2",
    "image-equal": "^4.3.1",
    "image-pixels": "^2.2.0",
    "next-pow-2": "^1.0.0",
    "pxls": "^2.3.1",
    "regl": "^1.3.11",
    "rollup": "^1.1.0",
    "rollup-plugin-babel": "^4.2.0",
    "rollup-plugin-browserify-transform": "^1.0.1",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "seed-random": "^2.2.0",
    "tape": "^4.9.2"
  }
}
