forked from free-jqgrid/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.94 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "free-jqgrid",
"npmName": "free-jqgrid",
"npmFileMap": [
{
"basePath": "/",
"files": [
"css/*",
"js/jquery.jqgrid.min.js",
"js/jquery.jqgrid.min.map",
"js/jquery.jqgrid.src.js",
"js/*.js",
"js/i18n/*.js",
"js/i18n/*.map",
"js/min/*.js",
"js/min/*.map",
"plugins/*"
]
}
],
"title": "free jqGrid",
"version": "4.15.6-pre",
"description": "grid as jQuery plugin - fork of jqGrid before licensing change",
"main": "js/jquery.jqgrid.src.js",
"style": "css/ui.jqgrid.css",
"types": "ts/free-jqgrid.d.ts",
"filename": "js/jquery.jqgrid.src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/free-jqgrid/jqGrid.git"
},
"keywords": [
"jqGrid",
"jQuery",
"JavaScript",
"grid",
"table",
"jQuery",
"grid",
"TreeGrid",
"Subgrid",
"sorting",
"paging",
"editing",
"grouping",
"searching"
],
"author": "Oleg Kiriljuk <[email protected]>",
"license": "(MIT OR GPL-2.0)",
"bugs": {
"url": "https://github.com/free-jqgrid/jqGrid/issues"
},
"homepage": "https://github.com/free-jqgrid/jqGrid",
"devDependencies": {
"@types/jquery": "^3.3.29",
"@types/jqueryui": "^1.12.6",
"@types/qunit": "^2.5.3",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-newer": "^1.3.0",
"grunt-replace": "^1.0.1",
"grunt-ts": "^6.0.0-beta.21",
"grunt-tslint": "^5.0.2",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.2.2",
"vrsource-tslint-rules": "^6.0.0"
}
}