UNPKG

regl-scatter2d

Version:
68 lines (67 loc) 1.79 kB
{ "name": "regl-scatter2d", "version": "3.0.0", "description": "Scatter2d plot built with regl", "main": "./index.js", "scripts": { "test": "budo test", "build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > gh-pages/no-snapping.html" }, "repository": { "type": "git", "url": "git+https://github.com/dfcreative/regl-scatter2d.git" }, "keywords": [ "regl", "plotly" ], "browserify": { "transform": [ "glslify", "bubleify" ] }, "author": "Dima Yv <df.creative@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dfcreative/regl-scatter2d/issues" }, "homepage": "https://github.com/dfcreative/regl-scatter2d#readme", "dependencies": { "array-range": "^1.0.1", "array-rearrange": "^2.2.2", "bubleify": "^1.0.0", "clamp": "^1.0.1", "color-id": "^1.1.0", "color-normalize": "^1.0.3", "flatten-vertex-data": "^1.0.0", "glslify": "^6.1.1", "is-iexplorer": "^1.0.0", "object-assign": "^4.1.1", "parse-rect": "^1.1.0", "pick-by-alias": "^1.0.0", "point-cluster": "^3.1.2", "to-float32": "^1.0.0", "update-diff": "^1.1.0" }, "devDependencies": { "array-bounds": "^1.0.1", "bitmap-sdf": "^1.0.1", "canvas-fit": "^1.5.0", "draw-svg-path": "^1.0.0", "enable-mobile": "^1.0.7", "fps-indicator": "^1.1.2", "gauss-random": "^1.0.1", "mobilify": "^1.0.1", "mouse-change": "^1.4.0", "mouse-wheel": "^1.2.0", "nanoraf": "^3.0.1", "next-pow-2": "^1.0.0", "nice-color-palettes": "^2.0.0", "normalize-svg-coords": "^1.0.7", "pan-zoom": "^2.0.0", "parse-svg-path": "^0.1.2", "regl": "^1.3.0", "svg-path-bounds": "^1.0.1" } }