forked from free-jqgrid/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.71 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
{
"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.13.3",
"description": "grid as jQuery plugin - fork of jqGrid before licensing change",
"main": "js/jquery.jqgrid.src.js",
"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": {
"google-closure-compiler": "^20160517.1.0",
"grunt": "^1.0.1",
"grunt-closure-tools": "^0.9.9",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-file-append": "^0.0.6",
"grunt-jscs": "^2.8.0",
"grunt-newer": "^1.2.0",
"grunt-replace": "^1.0.1"
}
}