{
  "name": "dt-charts",
  "version": "0.2.0",
  "description": "基于echarts封装的vue组件，配置项与数据分离，简少代码量",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "echarts",
    "组件",
    "vue",
    "dt-charts",
    "柱状图",
    "折线图",
    "饼图",
    "雷达图"
  ],
  "author": "yanxiaos",
  "license": "ISC",
  "dependencies": {
    "echarts": "^5.2.2",
    "tern": "^0.24.3"
  }
}
