forked from lyonlai/bootstrap-paginator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap-paginator.jquery.json
36 lines (36 loc) · 1.01 KB
/
bootstrap-paginator.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bootstrap-paginator",
"title": "Bootstrap Paginator",
"description": "Bootstrap Paginator is a jQuery plugin for rendering and updating Bootstrap Pagination component",
"keywords": [
"bootstrap",
"pagination",
"paginator",
"jquery"
],
"version": "1.0.2",
"author": {
"name": "Yun Lai",
"email": "lyonlai1984@gmail.com"
},
"maintainers": [
{
"name": "Yun Lai",
"email": "lyonlai1984@gmail.com",
"url": ""
}
],
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/lyonlai/bootstrap-paginator/blob/master/LICENSE"
}
],
"bugs": "https://github.com/lyonlai/bootstrap-paginator/issues",
"homepage": "http://bootstrappaginator.org/",
"docs": "http://bootstrappaginator.org/",
"download": "https://github.com/lyonlai/bootstrap-paginator/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}