|
1 | 1 | {
|
2 | 2 | "name": "grunt-webfont",
|
3 | 3 | "description": "Ultimate SVG to webfont converter for Grunt.",
|
4 |
| - "version": "1.7.2", |
| 4 | + "version": "2.0.0", |
5 | 5 | "homepage": "https://github.com/sapegin/grunt-webfont",
|
6 | 6 | "author": {
|
7 | 7 | "name": "Artem Sapegin",
|
|
10 | 10 | "contributors": [
|
11 | 11 | "Maxime Thirouin (http://moox.io/)",
|
12 | 12 | "Aaron Lampros (https://github.com/alampros)",
|
13 |
| - "Cyrille Meichel (https://github.com/landru29)" |
| 13 | + "Cyrille Meichel (https://github.com/landru29)", |
| 14 | + "Justin Leider (https://github.com/jleider)" |
14 | 15 | ],
|
15 | 16 | "repository": {
|
16 | 17 | "type": "git",
|
|
25 | 26 | "test": "grunt --stack"
|
26 | 27 | },
|
27 | 28 | "engines": {
|
28 |
| - "node": ">=0.12.0" |
| 29 | + "node": ">=10.0.0" |
29 | 30 | },
|
30 | 31 | "dependencies": {
|
31 |
| - "async": "~1.5.2", |
32 |
| - "chalk": "~1.1.1", |
33 |
| - "glob": "~7.0.0", |
| 32 | + "async": "~3.1.0", |
| 33 | + "chalk": "~3.0.0", |
| 34 | + "glob": "~7.1.6", |
34 | 35 | "lodash": "~4.17.10",
|
35 | 36 | "memorystream": "~0.3.1",
|
36 | 37 | "mkdirp": "~0.5.1",
|
37 |
| - "svg2ttf": "~2.1.1", |
38 |
| - "svgicons2svgfont": "~1.1.0", |
39 |
| - "svgo": "~0.6.1", |
40 |
| - "temp": "~0.8.3", |
41 |
| - "ttf2eot": "~1.3.0", |
42 |
| - "ttf2woff": "~1.3.0", |
43 |
| - "ttf2woff2": "~2.0.3", |
44 |
| - "underscore.string": "~3.2.3", |
45 |
| - "winston": "~2.1.1" |
| 38 | + "svg2ttf": "~4.3.0", |
| 39 | + "svgicons2svgfont": "~9.1.1", |
| 40 | + "svgo": "~1.3.2", |
| 41 | + "temp": "~0.9.1", |
| 42 | + "ttf2eot": "~2.0.0", |
| 43 | + "ttf2woff": "~2.0.1", |
| 44 | + "ttf2woff2": "~3.0.0", |
| 45 | + "underscore.string": "~3.3.5", |
| 46 | + "winston": "~3.2.1" |
46 | 47 | },
|
47 | 48 | "devDependencies": {
|
48 |
| - "grunt": "~0.4.5", |
49 |
| - "grunt-cli": "~0.1.13", |
50 |
| - "grunt-contrib-clean": "~1.0.0", |
51 |
| - "grunt-contrib-jshint": "~0.11.3", |
52 |
| - "grunt-contrib-nodeunit": "~0.4.1", |
53 |
| - "grunt-contrib-watch": "~0.6.1", |
54 |
| - "grunt-jscs": "~1.0.0", |
55 |
| - "load-grunt-tasks": "~3.4.0", |
56 |
| - "stylus": "~0.53.0", |
| 49 | + "grunt": "~1.0.4", |
| 50 | + "grunt-cli": "~1.3.2", |
| 51 | + "grunt-contrib-clean": "~2.0.0", |
| 52 | + "grunt-contrib-jshint": "~2.1.0", |
| 53 | + "grunt-contrib-nodeunit": "~2.0.0", |
| 54 | + "grunt-contrib-watch": "~1.1.0", |
| 55 | + "grunt-jscs": "~3.0.1", |
| 56 | + "load-grunt-tasks": "~5.1.0", |
| 57 | + "stylus": "~0.54.7", |
57 | 58 | "xml2js": "~0.4.16"
|
58 | 59 | },
|
59 | 60 | "peerDependencies": {
|
60 |
| - "grunt": ">=0.4.0" |
| 61 | + "grunt": ">=1.0.0" |
61 | 62 | },
|
62 | 63 | "keywords": [
|
63 | 64 | "gruntplugin",
|
|
0 commit comments