fontpath-vecmath
Version:
Vector utils for fontpath
33 lines (32 loc) • 696 B
JSON
{
"name": "fontpath-vecmath",
"version": "0.0.2",
"description": "Vector utils for fontpath",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mattdesl/fontpath-vecmath"
},
"keywords": [
"fontpath",
"font",
"outline",
"vecmath",
"vector",
"glyph",
"matrix"
],
"author": "Matt DesLauriers",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattdesl/fontpath-vecmath/issues"
},
"homepage": "https://github.com/mattdesl/fontpath-vecmath",
"dependencies": {
"vecmath": "^0.1.1",
"fontpath-util": "^1.0.0"
}
}