rd-pagination.js
Version:
The highly customizable JS pagination class.
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "rd-pagination.js",
"version": "0.0.4",
"description": "The highly customizable JS pagination class.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"jsdoc2md": "jsdoc2md",
"minify": "terser \"assets/js/rd-pagination.js\" --compress --comments --source-map \"url='rd-pagination.min.js.map'\" --output \"assets/js/rd-pagination.min.js\"",
"terser": "terser",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rundiz/rd-pagination.js.git"
},
"keywords": [
"pagination",
"paging",
"pager",
"paginate",
"slice",
"pages",
"dynamic",
"pagination"
],
"author": "Vee W.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rundiz/rd-pagination.js/issues"
},
"homepage": "https://github.com/Rundiz/rd-pagination.js#readme",
"devDependencies": {
"jest": "^30.0.4",
"jsdoc": "^4.0.4",
"jsdoc-to-markdown": "^9.1.1",
"terser": "^5.43.1"
}
}