vue-collection-cluster
Version:
A vue component for displaying large data sets easily with great performance.
42 lines (41 loc) • 988 B
JSON
{
"name": "vue-collection-cluster",
"version": "1.1.0",
"description": "A vue component for displaying large data sets easily with great performance.",
"main": "dist/vue-collection-cluster.js",
"files": [
"dist/*"
],
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"dev": "webpack --watch --hide-modules --config ./example/webpack.config.js"
},
"keywords": [
"vue",
"component",
"big-data",
"big-list",
"scroll-list",
"virtual-list",
"collection",
"uitableview"
],
"repository": {
"type": "git",
"url": "https://github.com/adamcikado/vue-collection-cluster.git"
},
"homepage": "https://github.com/adamcikado/vue-collection-cluster#readme",
"author": "adamcikado",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"uglify-es": "^3.3.9",
"vue": "^2.5.13",
"vue-loader": "^14.0.3",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
}
}