{
  "name": "gl-text",
  "version": "1.4.0",
  "description": "Render text with WebGL",
  "main": "dist.js",
  "scripts": {
    "postshrinkwrap": "chttps .",
    "test": "budo --force-default-index test",
    "build": "buble index.js > dist.js",
    "prepublish": "npm run build",
    "build-demo": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify | mobilify > index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a-vis/gl-text.git"
  },
  "keywords": [
    "regl",
    "plotly",
    "text",
    "gl-text",
    "typography",
    "font"
  ],
  "browserify": {},
  "author": "Dmitry Yv <df.creative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/a-vis/gl-text/issues"
  },
  "homepage": "https://github.com/a-vis/gl-text#readme",
  "dependencies": {
    "bit-twiddle": "^1.0.2",
    "color-normalize": "^1.5.0",
    "css-font": "^1.2.0",
    "detect-kerning": "^2.1.2",
    "es6-weak-map": "^2.0.3",
    "flatten-vertex-data": "^1.0.2",
    "font-atlas": "^2.1.0",
    "font-measure": "^1.2.2",
    "gl-util": "^3.1.2",
    "is-plain-obj": "^1.1.0",
    "object-assign": "^4.1.1",
    "parse-rect": "^1.2.0",
    "parse-unit": "^1.0.1",
    "pick-by-alias": "^1.2.0",
    "regl": "^2.0.0",
    "to-px": "^1.0.1",
    "typedarray-pool": "^1.1.0"
  },
  "devDependencies": {
    "buble": "^0.19.3",
    "chttps": "^1.0.6",
    "fps-indicator": "^1.3.0",
    "multi-regl": "^1.1.1",
    "pan-zoom": "^3.4.1",
    "raf": "^3.4.1",
    "tape": "^4.9.0"
  }
}
