vue-progressbar-v
Version:
A lightweight progress bar for vue
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "vue-progressbar-v",
"version": "0.7.5",
"description": "A lightweight progress bar for vue",
"main": "dist/vue-progressbar.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hilongjw/vue-progressbar.git"
},
"keywords": [
"vue",
"vue-progressbar",
"vue loading progress",
"vue progressbar",
"progressbar"
],
"author": [
{
"name": "XeonPowder",
"email": ""
},
{
"name": "Awe",
"email": "hilongjw@qq.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hilongjw/vue-progressbar/issues"
},
"homepage": "https://github.com/hilongjw/vue-progressbar#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"rollup": "^0.47.4",
"rollup-plugin-babel": "^3.0.1",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.4.1",
"vue": "^2.4.2"
}
}