forked from botmonster/jquery-bootpag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootpag.jquery.json
More file actions
33 lines (33 loc) · 992 Bytes
/
bootpag.jquery.json
File metadata and controls
33 lines (33 loc) · 992 Bytes
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
{
"name": "bootpag",
"title": "Bootpag",
"description": "bootpag - dynamic pagination jQuery plugin. Works well with twitter bootstrap or standalone.",
"keywords": [
"pagination"
],
"version": "1.0.3",
"author": {
"name": "Botmonster",
"url": "http://blog.botmonster.com"
},
"maintainers": [
{
"name": "Botmonster",
"email": "botmonster@7items.com",
"url": "http://blog.botmonster.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/botmonster/jquery-bootpag/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/botmonster/jquery-bootpag/issues",
"homepage": "http://botmonster.github.com/jquery-bootpag",
"docs": "http://botmonster.github.com/jquery-bootpag",
"download": "https://github.com/botmonster/jquery-bootpag/zipball/master",
"dependencies": {
"jquery": ">=1.6"
}
}