-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 920 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "svgttf",
"version": "3.0.1",
"description": "NodeJS library to extract SVG outline pathdata from OpenType fonts and to convert SVG drawings to fonts",
"main": "lib/main.js",
"scripts": {
"test": "echo \"see https://github.com/loveencounterflow/hengist/dev/svgttf\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/loveencounterflow/svgttf.git"
},
"keywords": [
"ttf",
"svg",
"font",
"convert",
"design"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/svgttf/issues"
},
"dependencies": {
"cnd": "^9.1.0",
"guy": "^3.1.0",
"intertype": "^7.2.0",
"opentype.js": "^1.3.3",
"paper-jsdom": "^0.12.15",
"svg_pathify": "^0.0.8",
"svgo": "^2.8.0"
},
"bin": {
"svgttf": "./bin/svgttf"
},
"homepage": "https://github.com/loveencounterflow/svgttf"
}