font-metrics
Version:
Node.js font metrics parser
41 lines (40 loc) • 847 B
JSON
{
"name": "font-metrics",
"version": "0.4.3",
"description": "Node.js font metrics parser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashukin/font-metrics.git"
},
"keywords": [
"font",
"metrics",
"parser",
"canvas",
"ascent",
"descent",
"baseline",
"text",
"rendering",
"box",
"gap"
],
"author": "Vasili Molakhau",
"license": "MIT",
"bugs": {
"url": "https://github.com/dashukin/font-metrics/issues"
},
"homepage": "https://github.com/dashukin/font-metrics#readme",
"dependencies": {
"bluebird": "^3.4.6",
"express": "^4.14.0",
"fs-extra": "^1.0.0",
"lodash": "^4.17.2",
"nightmare": "^2.8.1"
},
"devDependencies": {}
}