{
  "name": "vue-github-buttons",
  "description": "GitHub buttons component for Vue.",
  "version": "3.1.0",
  "main": "./dist/vue-github-buttons.cjs.js",
  "module": "./dist/vue-github-buttons.es.js",
  "unpkg": "./dist/vue-github-buttons.web.min.js",
  "jsdelivr": "./dist/vue-github-buttons.web.min.js",
  "author": "Saran Tanpituckpong <sarunta@gmail.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gluons/vue-github-buttons.git"
  },
  "bugs": {
    "url": "https://github.com/gluons/vue-github-buttons/issues"
  },
  "homepage": "https://gluons.github.io/vue-github-buttons/",
  "keywords": [
    "vue",
    "vuejs",
    "vue-component",
    "github",
    "buttons"
  ],
  "files": [
    "dist",
    "nuxt",
    "plugins"
  ],
  "scripts": {
    "extract": "ts-node -O \"{ \\\"module\\\": \\\"commonjs\\\" }\" ./script/extractIcons.ts",
    "predev": "npm run extract",
    "dev": "vue-up dev",
    "prebuild": "npm run extract",
    "build": "vue-up",
    "lint": "tslint -p .",
    "pretest": "npm run extract",
    "test": "npm run lint && cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} karma start",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "vue": "2"
  },
  "devDependencies": {
    "@gluons/prettier-config": "^2.0.0",
    "@gluons/vue-up": "^0.5.0",
    "@types/chai": "^4.1.7",
    "@types/fs-extra": "^5.0.5",
    "@types/karma": "^3.0.2",
    "@types/karma-webpack": "^2.0.6",
    "@types/mocha": "^5.2.6",
    "@types/node": "8",
    "@types/node-fetch": "^2.3.0",
    "@types/webpack": "^4.4.27",
    "@vue/test-utils": "^1.0.0-beta.29",
    "chai": "^4.2.0",
    "chalk": "^2.4.2",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.1",
    "fs-extra": "^7.0.0",
    "karma": "^4.0.1",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^3.0.5",
    "mocha": "^6.0.2",
    "node-sass": "^4.11.0",
    "nvl": "^1.2.2",
    "octicons": "^8.5.0",
    "pascal-case": "^2.0.1",
    "prettier": "^1.16.4",
    "sass-loader": "^7.1.0",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.0.3",
    "tsconfig-gluons": "^1.0.1",
    "tslint": "^5.15.0",
    "tslint-config-gluons": "^2.1.0",
    "typescript": "^3.4.2",
    "vue": "^2.6.10",
    "vue-class-component": "^7.0.2",
    "vue-loader": "^15.7.0",
    "vue-property-decorator": "^8.1.0",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.29.6"
  },
  "dependencies": {
    "format-thousands": "^1.1.1",
    "node-fetch": "^2.3.0",
    "tslib": "^1.9.3"
  }
}
