{
  "name": "grunt-webfont4fb",
  "description": "Ultimate SVG to webfont converter for Grunt | Fork 4 FB.",
  "version": "1.6.3",
  "homepage": "https://github.com/markstein/grunt-webfont",
  "author": {
    "name": "Fork of Mark Stein | Original from  Artem Sapegin "
  },
  "contributors": [
    "Mark Stein"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/markstein/grunt-webfont.git"
  },
  "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.3.0",
    "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"
  ]
}
