{
  "name": "regl-line2d",
  "version": "3.1.3",
  "description": "Draw polyline with regl",
  "main": "index.js",
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "budo test",
    "build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
  },
  "browserify": {
    "transform": [
      "glslify",
      "bubleify"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/regl-line2d.git"
  },
  "keywords": [
    "regl",
    "line2d",
    "gl-vis",
    "gl",
    "webgl",
    "polyline",
    "plotly"
  ],
  "author": "Dima Yv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/regl-line2d/issues"
  },
  "homepage": "https://github.com/dy/regl-line2d#readme",
  "dependencies": {
    "array-bounds": "^1.0.1",
    "array-find-index": "^1.0.2",
    "array-normalize": "^1.1.4",
    "color-normalize": "^1.5.0",
    "earcut": "^2.1.5",
    "es6-weak-map": "^2.0.3",
    "flatten-vertex-data": "^1.0.2",
    "object-assign": "^4.1.1",
    "parse-rect": "^1.2.0",
    "pick-by-alias": "^1.2.0",
    "to-float32": "^1.1.0"
  },
  "devDependencies": {
    "adaptive-bezier-curve": "^1.0.3",
    "arc-to": "^1.0.1",
    "array-fill": "^1.2.0",
    "array-from": "^2.1.1",
    "bubleify": "^2.0.0",
    "canvas-fit": "^1.5.0",
    "chttps": "^1.0.6",
    "color-rgba": "^2.1.1",
    "enable-mobile": "^1.0.7",
    "fps-indicator": "^1.1.0",
    "gauss-random": "^1.0.1",
    "mobilify": "^1.0.1",
    "nanoraf": "^3.0.1",
    "next-pow-2": "^1.0.0",
    "nice-color-palettes": "^2.0.0",
    "pan-zoom": "^3.4.1",
    "regl": "^1.3.11",
    "regl-scatter2d": "^3.1.5",
    "tape": "^4.8.0"
  }
}
