{
  "name": "font-atlas-sdf",
  "version": "2.0.0",
  "description": "Populate a <canvas> with SDF font texture atlas",
  "main": "index.js",
  "scripts": {
    "test": "budo test",
    "build": "browserify test.js -g bubleify | indexhtmlify | metadataify > demo/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/font-atlas-sdf.git"
  },
  "keywords": [
    "font",
    "type",
    "typography",
    "gamedev",
    "canvas",
    "browser",
    "browserify",
    "element",
    "atlas",
    "text",
    "sdf",
    "webgl",
    "stackgl",
    "gl"
  ],
  "author": "Dmitry Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/font-atlas-sdf/issues"
  },
  "homepage": "https://github.com/dy/font-atlas-sdf#readme",
  "dependencies": {
    "css-font": "^1.0.0",
    "optical-properties": "^1.0.0",
    "tiny-sdf": "^1.0.2"
  },
  "devDependencies": {
    "bubleify": "^0.7.0",
    "font-atlas": "^1.0.0",
    "object-assign": "^4.1.1",
    "settings-panel": "^1.8.17"
  }
}
