UNPKG

vschart

Version:
39 lines (38 loc) 930 B
{ "name": "vschart", "version": "0.1.2", "description": "Vue.js wrapper for sChart.js ", "main": "src/vue-schart.vue", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "schart.js": "^1.0.2" }, "devDependencies": { "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-preset-latest": "^6.0.0", "cross-env": "^3.0.0", "css-loader": "^0.25.0", "file-loader": "^0.9.0", "vue-loader": "^12.1.0", "vue-template-compiler": "^2.3.3", "webpack": "^2.6.1", "webpack-dev-server": "^2.4.5" }, "repository": { "type": "git", "url": "git+https://github.com/xudagongzi/vue-schart.git" }, "keywords": [ "vue", "schart.js" ], "author": "xuzl20", "license": "ISC", "bugs": { "url": "https://github.com/xudagongzi/vue-schart/issues" }, "homepage": "https://github.com/xudagongzi/vue-schart#readme" }