forked from paramquery/grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 995 Bytes
/
bower.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
{
"name": "pqGrid",
"description": "Data grid inspired by MS Excel, provides sorting, filtering, paging, grouping, nesting, rows and cell selections, frozen rows, frozen columns, Add, delete, update, search, can display HTML, JSON, Array, XML, inline editing, validations, virtual rendering, virtual scrolling, cross browser, cross platform, Themeroller ready with 24 ready to use themes.",
"version": "2.4.1",
"author": {
"name": "Paramvir Singh Dhindsa",
"email": "[email protected]",
"url": "http://www.paramquery.com/"
},
"main": [
"pqgrid.dev.js",
"pqgrid.dev.css"
],
"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.2"
}
}