-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 859 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
39
40
41
42
43
44
45
46
{
"name": "svg2font",
"version": "0.0.1",
"description": "svg图片生成字体文件",
"main": "./index.js",
"author": {
"name": "George <504784339@163.com>"
},
"dependencies": {
"font-carrier": "^0.2.0",
"pinyin": "^2.9.0",
"svg_pathify": "^0.0.8",
"svgpath": "^2.2.2",
"xmldom": "^0.1.27"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:george-quzhi/svg2font.git"
},
"bin": {
"svg2font": "./svg2font-cli.js"
},
"engines": {
"node": ">= 0.4.x"
},
"keywords": [
"font",
"webfont",
"webfont",
"iconfont",
"font-cli",
"svg2font",
"svg2ttf",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"fontmin",
"font-mini",
"font subset",
"font subsetting",
"font converter",
"font-carrier"
],
"license": "MIT"
}