{
  "name": "@elastic/fontnik",
  "version": "0.1.0",
  "description": "Creates signed distance fields out of OpenType/TrueType fonts",
  "author": "Konstantin Käfer <mail@kkaefer.com>",
  "license": "BSD-2-Clause",
  "main": "lib/sdf.js",
  "dependencies": {
    "opentype.js": "git+https://github.com/nodebox/opentype.js.git",
    "pbf": "git+https://github.com/mapbox/pbf.git",
    "rbush": "~1.3.2"
  },
  "devDependencies": {
    "minimist": "~0.2.0"
  }
}
