-
Notifications
You must be signed in to change notification settings - Fork 254
/
Copy pathpackage.json
43 lines (43 loc) · 970 Bytes
/
package.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
{
"name": "pqgridf",
"version": "3.5.1",
"main": "index.js",
"author": {
"name": "Paramvir Dhindsa",
"url": "http://www.paramquery.com/"
},
"license": "GNU GPL v3",
"peerDependencies": {
"jquery": ">=2.2.1",
"@types/jquery": ">=2.2.1",
"jquery-ui-pack": "^1.12.3",
"@types/jqueryui": ">=1.12.1",
"jszip": "2.5.0"
},
"keywords": [
"datagrid",
"grid",
"angular grid",
"jquery grid",
"react grid",
"vue grid"
],
"files": [
"/images",
"/localize",
"/themes",
"GPL-LICENSE.txt",
"changelog.txt",
"index.js",
"pqgrid.dev.js",
"pqgrid.min.js",
"pqgrid.dev.css",
"pqgrid.min.css",
"pqgrid.ui.dev.css",
"pqgrid.ui.min.css",
"readme.md"
],
"devDependencies": {},
"types": "pqgrid.d.ts",
"dependencies": {}
}