fontpath-util
Version:
Some simple utils for handling font sizes
30 lines (29 loc) • 618 B
JSON
{
"name": "fontpath-util",
"version": "2.0.0",
"description": "Some simple utils for handling font sizes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matt DesLauriers",
"license": "MIT",
"keywords": [
"fonts",
"font",
"ttf",
"em",
"pixel",
"points",
"px",
"pt"
],
"repository": {
"type": "git",
"url": "https://github.com/mattdesl/fontpath-util.git"
},
"bugs": {
"url": "https://github.com/mattdesl/fontpath-util/issues"
},
"homepage": "https://github.com/mattdesl/fontpath-util"
}