{
  "name": "@vusion/webfonts-generator",
  "version": "0.8.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/vusion/webfonts-generator"
  },
  "keywords": [
    "font",
    "webfont",
    "svg",
    "ttf",
    "woff",
    "woff2"
  ],
  "author": "moujintao <moujintaotest@163.com>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/vusion/webfonts-generator/issues"
  },
  "dependencies": {
    "handlebars": "^4.0.11",
    "mkdirp": "^1.0.4",
    "q": "^1.1.2",
    "svg2ttf": "^6.0.3",
    "svgicons2svgfont": "^10.0.4",
    "ttf2eot": "^3.0.0",
    "ttf2woff": "^3.0.0",
    "ttf2woff2": "^4.0.4",
    "underscore": "^1.9.1",
    "url-join": "^4.0.0"
  },
  "devDependencies": {
    "file-type": "^16.1.0",
    "mocha": "^8.2.1",
    "node-sass": "^6.0.1",
    "read-chunk": "^3.2.0"
  }
}
