svg-font
Version:
Parse a svg-font to a json object
29 lines (28 loc) • 621 B
JSON
{
"name": "svg-font",
"version": "0.1.1",
"description": "Parse a svg-font to a json object",
"main": "svg-font.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"author": "David Björklund <david.bjorklund@gmail.com>",
"license": "MIT",
"devDependencies": {
"interpreted": "^0.5.0"
},
"dependencies": {
"trumpet": "^1.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/kesla/svg-font.git"
},
"bugs": {
"url": "https://github.com/kesla/svg-font/issues"
},
"homepage": "https://github.com/kesla/svg-font"
}