-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
jqGrid.jquery.json
44 lines (44 loc) · 959 Bytes
/
jqGrid.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
41
42
43
44
{
"name": "jqGrid",
"title": "Guriddo jqGrid",
"description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
"keywords": [
"grid",
"table",
"treegrid",
"sorting",
"paging",
"editing",
"grouping",
"searching",
"aria",
"transposed",
"forzen rows",
"frozen columns"
],
"version": "5.8.8",
"author": {
"name": "Tony Tomov",
"email": "[email protected]",
"url": "http://guriddo.new"
},
"maintainers": [
{
"name": "Tony Tomov",
"email": "[email protected]",
"url": "http://guriddo.net"
}
],
"licenses": [
{
"type": "Creative Commons Attribution-Non-Commercial 3.0 License",
"url": "http://guriddo.net/?page_id=103334"
}
],
"bugs": "https://github.com/tonytomov/jqGrid/issues",
"homepage": "http://www.trirand.com",
"docs": "http://www.trirand.com/jqgridwiki/doku.php",
"dependencies": {
"jquery": ">=1.7"
}
}