-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
package.json
34 lines (34 loc) · 925 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
{
"name": "jqGrid",
"title": "Guriddo jqGrid",
"description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.",
"version": "5.8.8",
"author": {
"name": "Tony Tomov",
"url": "http://www.guriddo.net",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/tonytomov/jqGrid.git"
},
"homepage": "http://www.guriddo.net",
"licenses": [
{
"type": "Creative Commons Attribution-Non-Commercial 3.0 License",
"url": "http://guriddo.net/?page_id=103334"
}
],
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-requirejs": ">0.4.4",
"grunt-contrib-uglify": "^5.0.0",
"ip": "^2.0.1"
},
"dependencies": {
"grunt-cli": "^1.3.2",
"npm": "^10.6.0"
}
}