{
  "name": "gl-scatter2d-sdf",
  "version": "1.3.11",
  "description": "Fancy and slow scatter plots",
  "main": "scatter.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gl-vis/gl-scatter2d-sdf.git"
  },
  "keywords": [
    "scatter",
    "plot"
  ],
  "author": "Dima Yv",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/gl-scatter2d-sdf/issues"
  },
  "browserify": {
    "transform": [
      "glslify"
    ]
  },
  "homepage": "https://github.com/gl-vis/gl-scatter2d-sdf#readme",
  "dependencies": {
    "binary-search-bounds": "^2.0.3",
    "clamp": "^1.0.1",
    "color-id": "^1.1.0",
    "font-atlas-sdf": "^1.3.2",
    "gl-buffer": "^2.1.2",
    "gl-shader": "^4.2.1",
    "gl-texture2d": "^2.1.0",
    "glslify": "^2.3.1",
    "snap-points-2d": "^3.1.0",
    "typedarray-pool": "^1.1.0"
  },
  "devDependencies": {
    "canvas-fit": "^1.5.0",
    "fps-indicator": "^1.1.0",
    "gl-plot2d": "^1.2.0",
    "gl-select-box": "^1.0.1",
    "gl-spikes2d": "^1.0.1",
    "mouse-change": "^1.4.0",
    "mouse-wheel": "^1.2.0"
  }
}
