{
  "name": "chart.xkcd-vue",
  "version": "1.0.7",
  "description": "chart.xkcd component for Vue",
  "main": "dist/chart.xkcd-vue.js",
  "module": "src/chart.xkcd-vue.esm.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint src test",
    "unit": "karma start",
    "test": "npm run lint && npm run unit",
    "bundle:esm": "rollup src/index.js -f esm -n chartXkcdVue -g chartXkcdVue:chartXkcdVue -e chart.xkcd -o dist/chart.xkcd-vue.esm.js",
    "bundle": "rollup src/index.js -f umd -n chartXkcdVue -g chartXkcdVue:chartXkcdVue -e chart.xkcd -o dist/chart.xkcd-vue.js",
    "minify": "uglifyjs  dist/chart.xkcd-vue.js -m -o dist/chart.xkcd-vue.min.js",
    "build": "npm run bundle && npm run minify && npm run bundle:esm",
    "dev": "npm run bundle -- -w",
    "preversion": "npm test",
    "version": "npm run build && git add -A dist",
    "add": "npm run build && git add .",
    "postversion": "git push origin master && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shiyiya/chart.xkcd-vue.git"
  },
  "keywords": [
    "vue",
    "chart.xkcd",
    "chart",
    "component",
    "chartXkcdVue"
  ],
  "author": "shiyiya",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shiyiya/chart.xkcd-vue/issues"
  },
  "homepage": "https://github.com/shiyiya/chart.xkcd-vue",
  "peerDependencies": {
    "chart.xkcd": ">=1.0.7",
    "vue": ">=2.0.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chart.xkcd": "^1.0.7",
    "chart.xkcd-vue": "^0.0.2",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.16.0",
    "karma": "^4.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^1.3.0",
    "karma-rollup-preprocessor": "^6.1.2",
    "mocha": "^5.2.0",
    "rollup": "^0.68.2",
    "rollup-plugin-istanbul": "^2.0.1",
    "vue": "^2.5.22"
  }
}
