{
  "name": "gl-line3d",
  "version": "1.2.2",
  "description": "3D line plot",
  "main": "lines.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "binary-search-bounds": "^2.0.4",
    "gl-buffer": "^2.1.2",
    "gl-shader": "^4.2.1",
    "gl-texture2d": "^2.1.0",
    "gl-vao": "^1.3.0",
    "glsl-out-of-range": "^1.0.4",
    "glslify": "^7.0.0",
    "ndarray": "^1.0.18"
  },
  "devDependencies": {
    "chttps": "^1.0.6",
    "game-shell-orbit-camera": "^1.0.0",
    "gl-axes": "^6.0.2",
    "gl-matrix": "^3.3.0",
    "gl-now": "^1.4.0",
    "gl-select": "^3.0.0",
    "gl-spikes": "^2.0.1"
  },
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gl-vis/gl-line3d.git"
  },
  "keywords": [
    "3d",
    "webgl",
    "line",
    "plot"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/gl-line3d/issues"
  },
  "homepage": "https://github.com/gl-vis/gl-line3d",
  "browserify": {
    "transform": [
      "glslify"
    ]
  }
}
