{
  "name": "grunt-svg2ttf",
  "description": "Create a TTF font from an SVG font",
  "version": "1.0.0",
  "homepage": "https://github.com/nfroidure/grunt-svg2ttf",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/grunt-svg2ttf.git"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/grunt-svg2ttf/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/nfroidure/grunt-svg2ttf/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "exit 0;"
  },
  "dependencies": {
    "svg2ttf": "latest"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "grunt-plugin",
    "font",
    "svg",
    "ttf",
    "converter"
  ]
}
