twbs-pagination
Version:
jQuery simple pagination plugin for bootstrap-style webpages
31 lines (30 loc) • 711 B
JSON
{
"name": "twbs-pagination",
"version": "1.4.2",
"homepage": "https://github.com/josecebe/twbs-pagination",
"authors": [
"Jose Cebellán <josecebe@gmail.com>",
"Eugene Simakin <eugenesimakin@mail.ru>"
],
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
"main": "jquery.twbsPagination.js",
"moduleType": [
"globals"
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"pagination",
"jQuery",
"jQuery-plugin",
"bootstrap"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}