{
  "name": "fontagon",
  "version": "1.1.1",
  "description": "Easy web icon font generator",
  "homepage": "https://github.com/kdydesign/fontagon",
  "repository": "https://github.com/kdydesign/fontagon",
  "bugs": {
    "url": "https://github.com/kdydesign/fontagon/issues",
    "email": "kdydesign@gmail.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "scripts": {
    "dev": "vue-cli-service serve",
    "test": "yarn lint && jest --silent",
    "test:build": "babel-node test/fixture/index.js",
    "test:ui": "yarn test:build && yarn dev",
    "lint": "eslint --fix **/*.js --ignore-path ../../.eslintignore"
  },
  "keywords": [
    "font",
    "webfont",
    "svg",
    "ttf",
    "woff",
    "woff2",
    "icon-font",
    "icon"
  ],
  "files": [
    "build",
    "renderer",
    "templates",
    "utils",
    "vue.config.js"
  ],
  "license": "MIT",
  "contributors": [
    {
      "name": "Dev.DY <kdydesign@gmail.com>"
    }
  ],
  "dependencies": {
    "chalk": "^4.1.1",
    "consola": "^2.11.3",
    "glob": "^7.1.6",
    "handlebars": "^4.7.6",
    "lodash": "^4.17.15",
    "mkdirp": "^1.0.4",
    "q": "^1.5.1",
    "rimraf": "^3.0.2",
    "svg2ttf": "^4.3.0",
    "svgicons2svgfont": "^9.1.1",
    "ttf2eot": "^2.0.0",
    "ttf2woff": "^2.0.1",
    "ttf2woff2": "^3.0.0",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.3.1",
    "@vue/cli-plugin-eslint": "^4.3.1",
    "@vue/cli-service": "^4.3.1",
    "core-js": "^3.6.4",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "node-sass": "^4.13.1",
    "sass-loader": "^8.0.2",
    "standard-version": "^8.0.1",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "vue": "^2.6.11",
    "vue-template-compiler": "^2.6.11"
  },
  "gitHead": "5271faa4d43e36e04f4d82896d62564e623ae900"
}
