You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
871 B
40 lines
871 B
{ |
|
"name": "svg2ttf", |
|
"version": "6.0.3", |
|
"description": "Converts SVG font to TTF font", |
|
"keywords": [ |
|
"font", |
|
"ttf", |
|
"svg", |
|
"convertor" |
|
], |
|
"author": "Sergey Batishchev <sergej.batishchev@gmail.com>", |
|
"license": "MIT", |
|
"repository": "fontello/svg2ttf", |
|
"bin": { |
|
"svg2ttf": "./svg2ttf.js" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"svg2ttf.js", |
|
"lib/" |
|
], |
|
"scripts": { |
|
"lint": "eslint .", |
|
"test": "npm run lint && mocha", |
|
"update_fixture": "./svg2ttf.js --ts 1457357570703 test/fixtures/test.svg test/fixtures/test.ttf" |
|
}, |
|
"dependencies": { |
|
"argparse": "^2.0.1", |
|
"cubic2quad": "^1.2.1", |
|
"lodash": "^4.17.10", |
|
"microbuffer": "^1.0.0", |
|
"svgpath": "^2.1.5", |
|
"@xmldom/xmldom": "^0.7.2" |
|
}, |
|
"devDependencies": { |
|
"eslint": "^7.0.0", |
|
"mocha": "^8.3.2", |
|
"opentype.js": "^1.3.3" |
|
} |
|
}
|
|
|