{
  "name": "gl-surface3d",
  "version": "1.6.2",
  "description": "Renders parametric surfaces in 3D",
  "main": "surface.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "binary-search-bounds": "^2.0.4",
    "bit-twiddle": "^1.0.2",
    "colormap": "^2.3.1",
    "dup": "^1.0.0",
    "gl-buffer": "^2.1.2",
    "gl-mat4": "^1.2.0",
    "gl-shader": "^4.2.1",
    "gl-texture2d": "^2.1.0",
    "gl-vao": "^1.3.0",
    "glsl-out-of-range": "^1.0.4",
    "glsl-specular-beckmann": "^1.1.2",
    "glslify": "^7.0.0",
    "ndarray": "^1.0.18",
    "ndarray-gradient": "^1.0.0",
    "ndarray-ops": "^1.2.2",
    "ndarray-pack": "^1.2.1",
    "ndarray-scratch": "^1.2.0",
    "surface-nets": "^1.0.2",
    "typedarray-pool": "^1.1.0"
  },
  "devDependencies": {
    "chttps": "^1.0.6",
    "dirichlet": "^1.0.1",
    "game-shell-orbit-camera": "^1.0.0",
    "gl-axes3d": "^1.5.3",
    "gl-matrix": "^3.3.0",
    "gl-now": "^1.4.0",
    "gl-select-static": "^2.0.6",
    "gl-spikes3d": "^1.0.10",
    "install": "^0.13.0",
    "ndarray-fill": "^1.0.2"
  },
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "beefy --open --live example/example.js"
  },
  "browserify": {
    "transform": [
      "glslify"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gl-vis/gl-surface3d.git"
  },
  "keywords": [
    "plot",
    "surface",
    "webgl",
    "visualization",
    "surf",
    "height",
    "field"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gl-vis/gl-surface3d/issues"
  },
  "homepage": "https://github.com/gl-vis/gl-surface3d"
}
