Skip to content

Commit

Permalink
Add a manifest for jQuery plugins site
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Jan 21, 2013
1 parent 54e2166 commit b8e9a25
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions jqGrid.jquery.json
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"
}
}

0 comments on commit b8e9a25

Please sign in to comment.