vue-peity-binaryify
Version:
A Vue version of an excellent peity library for beautiful mini <svg> graphs.
38 lines (37 loc) • 970 B
JSON
{
"name": "vue-peity-binaryify",
"version": "0.5.0",
"description": "A Vue version of an excellent peity library for beautiful mini <svg> graphs.",
"author": "Fangdun Cai <cfddream@gmail.com>",
"repository": "vue-bulma/peity",
"main": "dist/vue-peity.min.js",
"keywords": [
"vue",
"peity",
"chart",
"data"
],
"license": "MIT",
"scripts": {
"build": "webpack -p --config build/webpack.min.conf.js",
"lint": "eslint --ext .js,.vue src"
},
"devDependencies": {
"babel-core": "6",
"babel-loader": "6",
"babel-preset-es2015": "6",
"babel-preset-stage-2": "6",
"css-loader": "0",
"eslint": "3",
"eslint-config-standard": "6",
"eslint-loader": "1",
"eslint-plugin-html": "1",
"eslint-plugin-promise": "3",
"eslint-plugin-standard": "2",
"vue-html-loader": "1",
"vue-loader": "10.0.2",
"vue-style-loader": "1",
"vue-template-compiler": "2.1.7",
"webpack": "1"
}
}