forked from botmonster/jquery-bootpag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
package.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
37
38
39
{
"name": "bootpag",
"title": "Bootpag",
"description": "bootpag - dynamic pagination jQuery plugin. Works well with bootstrap or standalone.",
"keywords": [
"pagination",
"bootstrap",
"jquery-plugin",
"ecosystem:jquery"
],
"version": "1.0.7",
"author": {
"name": "Botmonster",
"url": "http://blog.botmonster.com"
},
"maintainers": [
{
"name": "Botmonster",
"email": "[email protected]",
"url": "http://blog.botmonster.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/botmonster/jquery-bootpag/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/botmonster/jquery-bootpag.git"
},
"bugs": "https://github.com/botmonster/jquery-bootpag/issues",
"homepage": "http://botmonster.com/jquery-bootpag",
"dependencies": {
"jquery": ">=1.6"
},
"main": "./lib/jquery.bootpag.min.js"
}