Skip to content

Commit

Permalink
new json file for jQuery plugins registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lfortin committed Jan 21, 2013
1 parent dc0d0bf commit b8e4e80
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions drive.jquery.json
@@ -0,0 +1,28 @@
{
"name": "jquery-drive",
"title": "Drive jQuery plugin",
"description": "A jQuery plugin to construct the DOM using basic jQuery selectors.",
"keywords": [
"DOM",
"builder"
],
"version": "1.2.1",
"author": {
"name": "Laurent Fortin",
"email": "laurent.fortin@gmail.com",
"url": "http://lfortin.github.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/lfortin/drive-jquery-plugin/issues",
"homepage": "https://github.com/lfortin/drive-jquery-plugin",
"docs": "https://github.com/lfortin/drive-jquery-plugin/wiki",
"download": "https://github.com/lfortin/drive-jquery-plugin/downloads",
"dependencies": {
"jquery": ">=1.3.1"
}
}

0 comments on commit b8e4e80

Please sign in to comment.