{
  "name": "gl-error3d",
  "version": "1.0.13",
  "description": "Draws error bars around points",
  "main": "errorbars.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "budo example/example"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gl-vis/gl-error3d.git"
  },
  "keywords": [
    "error",
    "bar",
    "webgl"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/gl-error3d/issues"
  },
  "homepage": "https://github.com/gl-vis/gl-error3d",
  "dependencies": {
    "gl-buffer": "^2.1.2",
    "gl-shader": "^4.2.1",
    "gl-vao": "^1.3.0",
    "glsl-out-of-range": "^1.0.4",
    "glslify": "^7.0.0"
  },
  "devDependencies": {
    "chttps": "^1.0.6",
    "game-shell-orbit-camera": "^1.0.0",
    "gl-axes3d": "^1.4.2",
    "gl-matrix": "^3.0.0",
    "gl-now": "^1.4.0"
  },
  "browserify": {
    "transform": [
      "glslify"
    ]
  }
}
