forked from ecomfe/gulp-fontmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 785 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
{
"name": "gulp-fontmin",
"version": "0.7.5",
"description": "Gulp plugin for minify TTF font to SVG, EOT, WOFF",
"license": "MIT",
"repository": "ecomfe/gulp-fontmin",
"author": {
"name": "junmer",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --timeout 50000"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"fontmin",
"font",
"minify",
"minifier",
"compress",
"ttf",
"woff",
"eot",
"svg"
],
"dependencies": {
"chalk": "^1.0.0",
"fontmin": "^0.9.4",
"gulp-util": "^3.0.0",
"object-assign": "^4.0.1",
"pretty-bytes": "^3.0.1",
"through2-concurrent": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
}
}