forked from rstaib/jquery-bootgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootgrid.jquery.json
34 lines (34 loc) · 968 Bytes
/
bootgrid.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
{
"name": "bootgrid",
"title": "jQuery Bootgrid",
"description": "Nice, sleek and intuitive. A grid control especially designed for bootstrap.",
"keywords": [
"grid",
"table",
"data",
"sorting",
"filtering",
"UI",
"component",
"HTML5",
"accessibility",
"bootstrap"
],
"version": "1.1.4",
"author": {
"name": "Rafael Staib",
"email": "[email protected]",
"url": "http://www.rafaelstaib.com"
},
"licenses": [
{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }
],
"bugs": "https://github.com/rstaib/jquery-bootgrid/issues",
"homepage": "http://www.jquery-bootgrid.com",
"docs": "https://github.com/rstaib/jquery-bootgrid/wiki",
"download": "http://www.jquery-bootgrid.com",
"demo": "http://www.jquery-bootgrid.com/Examples",
"dependencies": {
"jquery": ">=1.9.0"
}
}