forked from tonytomov/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a manifest for jQuery plugins site
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* | ||
* jqGrid Manifest | ||
* | ||
*/ | ||
{ | ||
"name": "jqGrid", | ||
"title": "jQuery jqGrid", | ||
"description": "jqGrid is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.", | ||
"keywords": [ | ||
"grid", | ||
"table", | ||
"treegrid", | ||
"sorting", | ||
"paging", | ||
"editing", | ||
"grouping", | ||
"searching" | ||
], | ||
"version": "4.4.2", | ||
"author": { | ||
"name": "Tony Tomov", | ||
"email": "tony@trirand.com", | ||
"url": "http://trirand.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Tony Tomov", | ||
"email": "tony@trirand.com", | ||
"url": "http://trirand.com" | ||
} | ||
], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://www.trirand.com/blog/?page_id=87" | ||
}, | ||
{ | ||
"type": "GPLv2", | ||
"url": "http://www.trirand.com/blog/?page_id=91" | ||
} | ||
], | ||
"bugs": "https://github.com/tonytomov/jqGrid/issues", | ||
"homepage": "http://www.trirand.com", | ||
"docs": "http://www.trirand.com/jqgridwiki/doku.php", | ||
"download": "http://www.trirand.com/blog/?page_id=6", | ||
"dependencies": { | ||
"jquery": "1.4 - 1.8" | ||
} | ||
} |