{
  "name": "vue-highcharts-v5",
  "version": "1.0.4",
  "description": "Vue.js(v2.x+) component wrap for HighCharts.js(v6.x+)",
  "keywords": [
    "highcharts",
    "library",
    "vue",
    "vue-highcharts",
    "vue-highcharts-v5"
  ],
  "homepage": "https://github.com/xlsdg/vue-highcharts-v5",
  "bugs": {
    "url": "https://github.com/xlsdg/vue-highcharts-v5/issues"
  },
  "license": "MIT",
  "author": "xLsDg <xlsdg@qq.com> (https://blog.xlsdg.org/)",
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/vue-highcharts.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/xlsdg/vue-highcharts-v5.git"
  },
  "scripts": {
    "build": "webpack --progress --hide-modules"
  },
  "dependencies": {
    "element-resize-detector": "latest",
    "lodash": "latest"
  },
  "devDependencies": {
    "babel-core": "latest",
    "babel-loader": "^7.1.5",
    "babel-plugin-lodash": "latest",
    "babel-preset-env": "latest",
    "lodash-webpack-plugin": "latest",
    "webpack": "^3.12.0"
  },
  "peerDependencies": {
    "highcharts": "latest",
    "vue": "latest"
  },
  "title": "vue-highcharts-v5"
}
