{
  "name": "font-atlas",
  "version": "2.1.0",
  "description": "Populate a <canvas> element with a font texture atlas",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "budo test.js"
  },
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/font-atlas.git"
  },
  "keywords": [
    "font",
    "type",
    "typography",
    "gamedev",
    "canvas",
    "browser",
    "browserify",
    "element",
    "atlas",
    "text"
  ],
  "homepage": "https://github.com/hughsk/font-atlas",
  "bugs": {
    "url": "https://github.com/hughsk/font-atlas/issues"
  },
  "dependencies": {
    "css-font": "^1.0.0"
  }
}
