{
  "name": "webfonts-generator",
  "version": "0.4.0",
  "description": "Generator of webfonts from svg icons",
  "main": "src/index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sunflowerdeath/webfonts-generator.git"
  },
  "keywords": [
    "font",
    "webfont",
    "svg",
    "ttf",
    "woff",
    "woff2"
  ],
  "author": "sunflowerdeath",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/sunflowerdeath/webfonts-generator/issues"
  },
  "dependencies": {
    "handlebars": "^4.0.5",
    "mkdirp": "^0.5.0",
    "q": "^1.1.2",
    "svg2ttf": "^4.0.0",
    "svgicons2svgfont": "^5.0.0",
    "ttf2eot": "^2.0.0",
    "ttf2woff": "^2.0.1",
    "ttf2woff2": "^2.0.3",
    "underscore": "^1.7.0",
    "url-join": "^1.1.0"
  },
  "devDependencies": {
    "file-type": "^3.9.0",
    "mocha": "^3.1.2",
    "node-sass": "^3.4.2",
    "read-chunk": "^2.0.0"
  }
}
