-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 892 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
{
"name": "purge-fa",
"version": "0.1.4",
"description": "Purge all unused FontAwesome icons to reduce files.",
"main": "./lib/purge-fa.js",
"scripts": {
"test": "./bin/purge-fa -c \"src/html/**/*.html\" -s src/js/ -o dist/"
},
"license": "MIT",
"dependencies": {
"glob": "^7.1.2",
"path": "^0.12.7",
"write": "^1.0.3",
"cwd": "^0.10.0",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/HapLifeMan/purge-fa.git"
},
"keywords": [
"purify",
"purge",
"optimize",
"unused",
"fontawesome",
"fortawesome",
"font-awesome",
"fort-awesome",
"fa",
"icons"
],
"author": "Thomas Reichling",
"bugs": {
"url": "https://github.com/HapLifeMan/purge-fa/issues"
},
"bin": {
"purge-fa": "./bin/purge-fa"
},
"homepage": "https://github.com/HapLifeMan/purge-fa"
}