-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.02 KB
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
49
50
51
52
{
"name": "pqgridf",
"version": "3.6.0",
"description": "ParamQuery Grid Free / GPL Edition",
"main": "pqgrid.min.js",
"types": "pqgrid.d.ts",
"exports": {
".": {
"types": "./pqgrid.d.ts",
"default": "./pqgrid.min.js"
},
"./*.css": "./*.css"
},
"author": {
"name": "Paramvir Dhindsa",
"url": "https://paramquery.com/"
},
"license": "GPL-3.0-or-later",
"keywords": [
"datagrid",
"grid",
"angular grid",
"jquery grid",
"react grid",
"vue grid"
],
"peerDependencies": {
"jquery": ">=2.2.4 <5",
"@types/jquery": ">=2.2.4",
"jquery-ui-pack": ">=1.12.3",
"@types/jqueryui": ">=1.12.3",
"jszip": "^2.5.0"
},
"files": [
"images",
"localize",
"themes",
"pqTouch",
"GPL-LICENSE.txt",
"ChangeLog.txt",
"pqgrid.d.ts",
"pqgrid.dev.js",
"pqgrid.min.js",
"pqgrid.dev.css",
"pqgrid.min.css",
"pqgrid.ui.dev.css",
"pqgrid.ui.min.css",
"README.md"
],
"dependencies": {},
"devDependencies": {}
}