{
  "name": "regl-splom",
  "version": "1.0.14",
  "description": "Scatterplot matrix for 2d plots",
  "main": "./index.js",
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "budo --force-default-index test",
    "build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gl-vis/regl-splom.git"
  },
  "keywords": [
    "regl",
    "plotly",
    "splom",
    "scatter",
    "matrix",
    "scattermatrix",
    "gl",
    "webgl",
    "plot",
    "scatterplot"
  ],
  "browserify": {
    "transform": [
      "bubleify"
    ]
  },
  "author": "Dmitry Yv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/regl-splom/issues"
  },
  "homepage": "https://github.com/gl-vis/regl-splom#readme",
  "dependencies": {
    "array-bounds": "^1.0.1",
    "array-range": "^1.0.1",
    "color-alpha": "^1.0.4",
    "flatten-vertex-data": "^1.0.2",
    "parse-rect": "^1.2.0",
    "pick-by-alias": "^1.2.0",
    "raf": "^3.4.1",
    "regl-scatter2d": "^3.2.3"
  },
  "devDependencies": {
    "@plotly/point-cluster": "^3.1.9",
    "bubleify": "^2.0.0",
    "chttps": "^1.0.6",
    "defined": "^1.0.0",
    "fps-indicator": "^1.3.0",
    "gauss-random": "^1.0.1",
    "glslify": "^7.0.0",
    "nice-color-palettes": "^2.0.0",
    "pan-zoom": "^3.4.0",
    "point-cluster": "^3.1.8",
    "regl": "^1.3.11",
    "settings-panel": "^1.8.17"
  }
}
