-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 852 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
{
"name": "pixiu-fontkit",
"version": "1.1.5",
"description": "Convert ttf font to woff and woff2 for use on the web",
"keywords": [
"font-face",
"convert ttf",
"woff",
"woff2"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/HandsomeWolf/pixiu-fontkit"
},
"author": "HandsomeWolf <55856773@qq.com> (https://github.com/handsomewolf)",
"main": "index.js",
"bin": {
"pfk": "./index.js"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"opentype.js": "^1.3.4",
"progress": "^2.0.3",
"ttf2woff": "^3.0.0",
"ttf2woff2": "^5.0.0"
},
"devDependencies": {
"@handsomewolf/eslint-config": "^0.2.2"
}
}