Skip to content

Commit

Permalink
add json file for plugins jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
maxazan committed Aug 20, 2013
1 parent 857e7fe commit ea5c90d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions treegrid.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "treegrid",
"version": "0.1.0",
"title": "TreeGrid plugin for jQuery",
"author": {
"name" : "Pomazan Max",
"email" : "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">1.10.0"
}
}

0 comments on commit ea5c90d

Please sign in to comment.