forked from omacranger/fontawesome-subset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 933 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
{
"name": "fontawesome-subset",
"version": "0.1.0",
"description": "Utility to create subsets for FontAwesome and FontAwesome Pro.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Logan Graham",
"email": "[email protected]",
"url": "https://github.com/omacranger"
},
"dependencies": {
"svg2ttf": "^4.2.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"@fortawesome/fontawesome-free": "^5.7.2",
"mkdirp": "^0.5.1"
},
"optionalDependencies": {
"@fortawesome/fontawesome-pro": "^5.7.2"
},
"license": "GPL-3.0-or-later",
"repository": {
"type" : "git",
"url" : "git+https://github.com/omacranger/fontawesome-subset.git"
},
"keywords": [
"font",
"awesome",
"fontawesome",
"fontawesome pro",
"subset",
"icon font",
"optimize"
]
}