{
  "name": "@syncfusion/ej2-vue-charts",
  "version": "32.2.9",
  "description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "keywords": [
    "vue",
    "vuejs",
    "vue-charts",
    "vue-graph",
    "vue-stock-chart",
    "vue-accumulation-chart",
    "vue-rangenavigator",
    "vue-rangeselector",
    "vue-sparkline",
    "vue-sparkline-chart",
    "vue-smith-chart",
    "vue-bullet-chart",
    "vue-bullet-graph",
    "vue-chart3d",
    "vue-circularchart3d"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
  },
  "main": "./dist/ej2-vue-charts.umd.min.js",
  "module": "./index.js",
  "es2015": "dist/es6/ej2-vue-charts.es2015.js",
  "readme": "ReadMe.md",
  "dependencies": {
    "@syncfusion/ej2-base": "~32.2.9",
    "@syncfusion/ej2-vue-base": "~32.2.3",
    "@syncfusion/ej2-charts": "32.2.9"
  },
  "devDependencies": {},
  "scripts": {
    "compile": "gulp ci-compile && gulp vue-global-script",
    "ci-publish": "gulp ci-publish"
  },
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/vue-components"
}