-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 956 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
{
"name": "free-jqgrid-doc",
"version": "1.0.0",
"description": "Documentation of free jqGrid",
"main": "gruntfile.js",
"directories": {
"example": "examples"
},
"dependencies": {},
"devDependencies": {
"critical": "^1.3.4",
"grunt": "^1.0.3",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^1.1.1",
"grunt-eslint": "^21.0.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/free-jqgrid/free-jqgrid.github.io.git"
},
"keywords": [
"jqGrid",
"jQuery"
],
"author": "Oleg Kiriljuk",
"license": "(MIT OR GPL-2.0)",
"bugs": {
"url": "https://github.com/free-jqgrid/free-jqgrid.github.io/issues"
},
"homepage": "https://github.com/free-jqgrid/free-jqgrid.github.io#readme"
}