-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 986 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": "gulp-font-icon",
"version": "1.0.3",
"author": {
"name": "Peng Chen",
"url": "https://github.com/CompileYouth"
},
"homepage": "https://github.com/CompileYouth/gulp-font-icon",
"description": "A gulp plugin to generate icon fonts from SVG files.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/CompileYouth/gulp-font-icon.git"
},
"bugs": "https://github.com/CompileYouth/gulp-font-icon/issues",
"dependencies": {
"gulp-iconfont-css": "^2.1.0",
"gulp-svg2ttf": "^1.1.5",
"gulp-svgicons2svgfont": "^3.0.1",
"gulp-ttf2eot": "^1.1.1",
"gulp-ttf2woff": "^1.1.0",
"gulp-ttf2woff2": "^2.0.2",
"gulp-util": "^3.0.7",
"plexer": "^1.0.1",
"pug": "^2.0.0-alpha8",
"through2": "^2.0.1",
"vinyl": "^1.1.1"
},
"keywords": [
"gulp",
"gulpplugin",
"iconfont",
"icon",
"font",
"svg"
],
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
}
}