{
  "name": "canvas-text",
  "version": "0.0.1",
  "description": "better Canvas2D text rendering",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "dprop": "^1.0.0",
    "object-assign": "^4.0.1",
    "word-wrapper": "^1.0.7"
  },
  "devDependencies": {
    "ctx-dashed-line": "^1.0.0",
    "debounce": "^1.0.0",
    "browserify": "^11.1.0",
    "budo": "^5.0.0-beta4",
    "canvas-fit": "^1.5.0",
    "canvas-loop": "^1.0.4",
    "eases": "^1.0.6",
    "garnish": "^3.2.0",
    "get-canvas-context": "^1.0.1",
    "lerp": "^1.0.3",
    "pinkie-promise": "^1.0.0",
    "raf-loop": "^1.1.3",
    "uglify-js": "^2.4.24"
  },
  "scripts": {
    "start": "budo demo.js:bundle.js --live | garnish",
    "build": "browserify demo.js | uglifyjs -cm > bundle.js"
  },
  "keywords": [
    "sdf",
    "text",
    "atlas",
    "signed",
    "distance",
    "field",
    "alpha",
    "test",
    "testing",
    "smooth",
    "font",
    "webgl",
    "texts",
    "label",
    "labels",
    "fonts",
    "word"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/canvas-text.git"
  },
  "homepage": "https://github.com/mattdesl/canvas-text",
  "bugs": {
    "url": "https://github.com/mattdesl/canvas-text/issues"
  }
}
