-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 803 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
{
"name": "fontasy",
"version": "0.0.2",
"description": "Yet another icon font generator with ligatures support.",
"homepage": "https://github.com/lixiaoyan/fontasy",
"repository": {
"url": "https://github.com/lixiaoyan/fontasy.git"
},
"bugs": {
"url": "https://github.com/lixiaoyan/fontasy/issues"
},
"license": "MIT",
"author": {
"name": "XiaoYan Li",
"email": "[email protected]",
"url": "https://github.com/lixiaoyan"
},
"main": "./index.js",
"bin": {
"fontasy": "./cli.js"
},
"dependencies": {
"mkdirp": "^0.5.1",
"mz": "^2.4.0",
"stream-to-promise": "^2.2.0",
"svg2ttf": "^4.0.1",
"svgicons2svgfont": "^5.0.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"yargs": "^4.8.1"
}
}