vue-schart
Version:
Vue.js wrapper for sChart.js
26 lines • 564 B
JSON
{
"name": "vue-schart",
"description": "Vue.js wrapper for sChart.js",
"version": "2.0.0",
"author": "lin-xin <2981207131@qq.com>",
"main": "src/vue-schart.vue",
"scripts": {},
"dependencies": {
"schart.js": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lin-xin/vue-schart.git"
},
"keywords": [
"schart.js",
"charts",
"vue-schart",
"图表",
"vue.js插件"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lin-xin/vue-schart/issues"
}
}