@vuesimple/vs-pagination
Version:
A simple vue pagination
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "@vuesimple/vs-pagination",
"version": "3.1.6",
"description": "A simple vue pagination",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"scripts": {
"build": "rm -rfv dist && vite build --config build/vite.config.js"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.54.4",
"vite": "^4.4.5",
"vue": "^3.2.37"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ashwinkshenoy/vue-simple.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"vue",
"vuejs",
"pagination",
"notification",
"front-end",
"popup",
"web",
"vue-js",
"pagination",
"vue-js-pagination",
"vue-pagination",
"vs-pagination"
],
"author": "Ashwin Shenoy <ashwinkshenoy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashwinkshenoy/vue-simple/issues"
},
"homepage": "https://github.com/ashwinkshenoy/vue-simple",
"gitHead": "471beacd03d92a90d196c219edf169c87399f701"
}