UNPKG

gl-plot2d

Version:
57 lines (56 loc) 1.23 kB
{ "name": "gl-plot2d", "version": "1.5.0", "description": "2D webgl plots", "main": "plot.js", "directories": { "example": "example" }, "browserify": { "transform": [ "glslify" ] }, "dependencies": { "binary-search-bounds": "^2.0.4", "gl-buffer": "^2.1.2", "gl-select-static": "^2.0.7", "gl-shader": "^4.2.1", "glsl-inverse": "^1.0.0", "glslify": "^7.0.0", "text-cache": "^4.3.0" }, "devDependencies": { "camera-2d": "^1.0.1", "canvas-fit": "^1.5.0", "chttps": "^1.0.6", "gauss-random": "^1.0.1", "gl-line2d": "^1.4.1", "gl-scatter2d": "^1.3.2", "gl-select-box": "^1.0.4", "gl-spikes2d": "^1.0.2", "gl-texture2d-pip": "^1.0.0", "mouse-change": "^1.4.0", "mouse-wheel": "^1.2.0" }, "scripts": { "postshrinkwrap": "chttps .", "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/gl-vis/gl-plot2d.git" }, "keywords": [ "2d", "webgl", "axes", "gl-vis" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/gl-vis/gl-plot2d/issues" }, "homepage": "https://github.com/gl-vis/gl-plot2d#readme" }