forked from tonytomov/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 738 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 738 Bytes
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
{
"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.0.1",
"author": {
"name": "Tony Tomov",
"url": "http://www.guriddo.net",
"email": "tony@trirand.com"
},
"homepage": "http://www.guriddo.net",
"licenses": [
{
"type": "Creative Commons Attribution-Non-Commercial 3.0 License",
"url": "http://guriddo.net/?page_id=103334"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0"
}
}