-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.04 KB
/
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
51
52
53
54
{
"name": "gulp-webfont",
"version": "0.0.2",
"description": "SVG to webfont converter for gulp",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jvanaert/gulp-webfont.git"
},
"author": "Jeroen van Aert",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/jvanaert/gulp-webfont/issues"
},
"homepage": "https://github.com/jvanaert/gulp-webfont#readme",
"keywords": [
"gulp",
"font",
"webfont",
"fontforge",
"font-face",
"woff",
"woff2",
"ttf",
"svg",
"eot",
"truetype",
"css",
"icon"
],
"dependencies": {
"async": "^1.5.2",
"chalk": "^1.1.1",
"crypto": "0.0.3",
"glob": "^7.0.0",
"gulp-util": "^3.0.7",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"temp": "^0.8.3",
"through2": "^2.0.1",
"ttf2woff2": "^2.0.3",
"winston": "^2.1.1"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^5.1.1"
}
}