-
Notifications
You must be signed in to change notification settings - Fork 63
/
bs_grid.jquery.json
40 lines (40 loc) · 1.23 KB
/
bs_grid.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
37
38
39
40
{
"name": "bs_grid",
"version": "0.9.2",
"title": "Bootstrap Datagrid",
"author": {
"name": "Christos Pontikis",
"email": "[email protected]",
"url": "http://www.pontikis.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/pontikis/bs_grid/master/MIT_LICENSE"
}
],
"dependencies": {
"jquery": ">=1.8",
"bs_pagination": ">=1.0.2",
"jui_filter_rules": ">=1.0.5",
"momentjs": ">=2.2.1"
},
"description": "bs_grid is a jQuery Datagrid plugin, based on Twitter Bootstrap. Advanced row selection, sorting, pagination and filtering. Fully customizable, responsive web design, localization.",
"homepage": "http://www.pontikis.net/labs/bs_grid",
"docs": "http://www.pontikis.net/labs/bs_grid/docs",
"demo": "http://www.pontikis.net/labs/bs_grid/demo",
"download": "https://github.com/pontikis/bs_grid/archive/master.zip",
"keywords": [
"grid",
"datagrid",
"table",
"database",
"paging",
"sorting",
"searching",
"responsive",
"bootstrap",
"ui"
],
"bugs": "https://github.com/pontikis/bs_grid/issues"
}