{
  "name": "font-measure",
  "version": "1.2.2",
  "description": "Calculate metrics of a font",
  "main": "index.js",
  "scripts": {
    "test": "budo test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dy/font-measure.git"
  },
  "keywords": [
    "font",
    "type",
    "typography",
    "metrics",
    "measure",
    "line-height",
    "vertical",
    "vertical-rhythm",
    "baseline",
    "ascender",
    "descender",
    "alphabetic",
    "text-baseline",
    "alphabetic",
    "hanging",
    "overshoot"
  ],
  "author": "Dmitry Yv <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/font-measure/issues"
  },
  "homepage": "https://github.com/dy/font-measure#readme",
  "dependencies": {
    "css-font": "^1.2.0"
  }
}
