-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "fonteditor-ttf2svg-cli",
"version": "0.1.2",
"description": "CLI for converting `TTF` fonts to `SVG` fonts using `fonteditor` core library.",
"keywords": ["ttf", "TTF", "TrueType", "svg", "SVG", "ScalableVectorGraphics", "font", "fontface", "font-face", "glyph", "glyphs", "path", "fonteditor", "ttf2svg", "ttf-2-svg", "ttf-to-svg", "converter", "generator", "transformer", "cli"],
"homepage": "https://github.com/grimen/fonteditor-ttf2svg-cli",
"author": "Jonas Grimfelt <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grimen/fonteditor-ttf2svg-cli.git"
},
"main": "index.js",
"bin": {
"fonteditor-ttf2svg": "./bin/fonteditor-ttf2svg"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"b3b": "0.0.1",
"fonteditor-core": "0.0.6",
"is-ttf": "^0.2.1",
"pretty-data": "^0.40.0"
}
}