forked from free-jqgrid/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.59 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
{
"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/i18n/*.js",
"js/i18n/*.map",
"plugins/*"
]
}
],
"title": "free jqGrid",
"version": "4.12.0-pre",
"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 <oleg.kiriljuk@ok-soft-gmbh.com>",
"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": "^20151015.0.0",
"grunt": "^0.4.5",
"grunt-closure-tools": "^0.9.9",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-file-append": "^0.0.6",
"grunt-jscs": "^2.4.0",
"grunt-replace": "^0.11.0"
}
}