-
Notifications
You must be signed in to change notification settings - Fork 253
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 749 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 749 Bytes
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
{
"name": "pqGrid",
"description": "Data grid with spreadsheet features, row grouping, sorting, filtering, etc",
"version": "3.5.1",
"author": {
"name": "Paramvir Singh Dhindsa",
"email": "[email protected]",
"url": "http://www.paramquery.com/"
},
"main": [
"pqgrid.dev.js",
"pqgrid.dev.css",
"pqgrid.ui.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.11.4"
}
}