{
    "name": "webgl-plot-utils",
    "version": "0.4.3",
    "description": "webgl-plot wrapper for quickly making stacked time series.",
    "main": "dist/index.js",
    "module": "dist/index.esm.js",
    "types": "dist/webgl-plot-utils.d.ts",
    "directories": {
      "example": "example"
    },
    "scripts": {
      "start": "tinybuild",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/brainsatplay/webgl-plot-utils.git"
    },
    "keywords": [
      "webgl",
      "plot",
      "wrapper",
      "utility"
    ],
    "author": "Joshua Brewster",
    "license": "LGPL-3.0-or-later",
    "dependencies": {
      "webgl-plot":"~0.7.1"
    },
    "bugs": {
      "url": "https://github.com/brainsatplay/webgl-plot-utils/issues"
    },
    "homepage": "https://github.com/brainsatplay/webgl-plot-utils#readme"
  }
  