forked from paramquery/grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pqgrid.jquery.json
48 lines (48 loc) · 1.28 KB
/
pqgrid.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
45
46
47
48
{
"name": "pqgrid",
"title": "ParamQuery Grid",
"version": "1.1.3",
"author": {
"name": "Paramvir Dhindsa",
"email": "pdhindsa@paramquery.com",
"url": "http://www.paramquery.com/"
},
"maintainers": [{
"name": "Paramvir Dhindsa",
"email": "pdhindsa@paramquery.com",
"url": "http://www.paramquery.com/"
}],
"licenses": [
{
"type": "GPL v3",
"url": "http://paramquery.com/license"
}
],
"description": "Data grid inspired by MS Excel, provides sorting, paging, grouping, rows and cell selections, frozen rows, frozen columns, Add, delete, update, search, can display HTML, JSON, Array, XML, inline editing, virtual rendering, virtual scrolling, cross browser, cross platform, Themeroller ready with 24 ready to use themes.",
"homepage": "http://paramquery.com/",
"docs": "http://paramquery.com/api",
"demo": "http://paramquery.com/demos",
"download": "http://paramquery.com/download",
"keywords": [
"grid",
"excel",
"datagrid",
"table",
"ajax",
"ui",
"sort",
"i18n",
"summary",
"themeRoller",
"freeze",
"group",
"search",
"crud",
"paging"
],
"bugs": "https://github.com/paramquery/grid/issues",
"dependencies": {
"jquery": ">=1.7.0",
"jqueryui": ">=1.9.1"
}
}