This repository has been archived by the owner on May 29, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
77 lines (77 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "grunt-webfont",
"description": "Ultimate SVG to webfont converter for Grunt.",
"version": "1.7.2",
"homepage": "https://github.com/sapegin/grunt-webfont",
"author": {
"name": "Artem Sapegin",
"url": "http://sapegin.me/"
},
"contributors": [
"Maxime Thirouin (http://moox.io/)",
"Aaron Lampros (https://github.com/alampros)",
"Cyrille Meichel (https://github.com/landru29)"
],
"repository": {
"type": "git",
"url": "git://github.com/sapegin/grunt-webfont.git"
},
"bugs": {
"url": "https://github.com/sapegin/grunt-webfont/issues"
},
"license": "MIT",
"main": "tasks/webfont.js",
"scripts": {
"test": "grunt --stack"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"async": "~1.5.2",
"chalk": "~1.1.1",
"glob": "~7.0.0",
"lodash": "~4.17.10",
"memorystream": "~0.3.1",
"mkdirp": "~0.5.1",
"svg2ttf": "~2.1.1",
"svgicons2svgfont": "~1.1.0",
"svgo": "~0.6.1",
"temp": "~0.8.3",
"ttf2eot": "~1.3.0",
"ttf2woff": "~1.3.0",
"ttf2woff2": "~2.0.3",
"underscore.string": "~3.2.3",
"winston": "~2.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "~1.0.0",
"load-grunt-tasks": "~3.4.0",
"stylus": "~0.53.0",
"xml2js": "~0.4.16"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"font",
"webfont",
"fontforge",
"font-face",
"woff",
"woff2",
"ttf",
"svg",
"eot",
"truetype",
"css",
"icon"
]
}