-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.03 KB
/
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
47
48
49
50
51
52
{
"name": "svg-to-iconfont",
"version": "1.1.6",
"description": "Converts SVG to TTF/EOT/WOFF/SVG format fonts.",
"main": "src/index.js",
"scripts": {
"test": "node test/index.js"
},
"bundleDependencies": false,
"dependencies": {
"colors-cli": "^1.0.18",
"copy-template-dir": "^1.4.0",
"ejs": "^2.6.1",
"fs-extra": "^7.0.0",
"html-minifier": "^3.5.20",
"svg2ttf": "^4.1.0",
"svgicons2svgfont": "^9.1.1",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3"
},
"files": [
"package.json",
"src",
"README.md"
],
"keywords": [
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"ttf",
"woff",
"eot",
"svg",
"css",
"base64"
],
"repository": {
"type": "git",
"url": "https://github.com/AiMe1991/svg-to-iconfont.git"
},
"homepage": "https://github.com/AiMe1991/svg-to-iconfont#readme",
"author": {
"name": "sxd1991",
"email": "sxd.08@163.com"
},
"license": "MIT"
}