-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 961 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
47
48
49
50
{
"name": "font-ranger",
"version": "3.0.5",
"description": "Split your fonts into smaller subsets, optimize them and generate css rules",
"bin": "lib/bin.js",
"main": "index.js",
"preferGlobal": true,
"keywords": [
"font",
"fonts",
"webfont",
"web-font",
"subset",
"woff",
"woff2",
"ttf",
"fontface",
"font-face",
"convert",
"fonttools",
"unicode",
"range",
"unicode-range",
"css"
],
"author": {
"name": "doasync",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/doasync/font-ranger.git"
},
"engines": {
"node": ">= 10.5.0"
},
"license": "MIT",
"scripts": {
"help": "node lib/bin --help"
},
"dependencies": {
"command-exists": "^1.2.7",
"filesize": "^3.6.1",
"fs-extra": "^6.0.1",
"yargs": "^11.0.0"
},
"devDependencies": {
"eslint-config-airbnb-bundle": "^2.0.1"
}
}