gl-surface-plot
Version:
Renders 2D surfaces
67 lines (66 loc) • 1.57 kB
JSON
{
"name": "gl-surface-plot",
"version": "5.3.0",
"description": "Renders 2D surfaces",
"main": "surface.js",
"directories": {
"example": "example"
},
"dependencies": {
"binary-search-bounds": "^1.0.0",
"bit-twiddle": "^1.0.2",
"colormap": "^2.0.0",
"dup": "^1.0.0",
"gl-axes": "^5.0.3",
"gl-buffer": "^2.0.3",
"gl-mat4": "^1.0.0",
"gl-texture2d": "^2.0.0",
"gl-vao": "^1.1.1",
"glsl-specular-cook-torrance": "^2.0.0",
"glslify": "^1.0.0",
"ndarray": "^1.0.15",
"ndarray-gradient": "^1.0.0",
"ndarray-ops": "^1.2.1",
"ndarray-pack": "^1.0.1",
"ndarray-scratch": "^1.1.1",
"surface-nets": "^1.0.2",
"typedarray-pool": "^1.0.0"
},
"devDependencies": {
"gl-now": "^1.3.1",
"game-shell-orbit-camera": "^1.0.0",
"ndarray-fill": "^1.0.0",
"gl-matrix": "^2.2.0",
"dirichlet": "0.0.0",
"gl-spikes": "^1.0.1",
"gl-select": "^3.0.0"
},
"scripts": {
"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/mikolalysenko/gl-surface-plot.git"
},
"keywords": [
"plot",
"surface",
"webgl",
"visualization",
"surf",
"height",
"field"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/gl-surface-plot/issues"
},
"homepage": "https://github.com/mikolalysenko/gl-surface-plot"
}