forked from josecebe/twbs-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 923 Bytes
/
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
{
"name": "twbs-pagination",
"nativeName": "jQuery Bootstrap Pagination",
"version": "1.4.1",
"homepage": "https://github.com/esimakin/twbs-pagination",
"author": "Eugene Simakin <john-24@list.ru>",
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
"main": "jquery.twbsPagination",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "^0.9.2",
"load-grunt-tasks": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/esimakin/twbs-pagination.git"
},
"keywords": [
"pagination",
"jQuery",
"jQuery-plugin",
"bootstrap"
],
"license": "Apache-2.0",
"licenseUrl": "http://apache.org/licenses/LICENSE-2.0.html"
}