Skip to content

Commit

Permalink
updating plugin.json for the new jquery site
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Jan 22, 2013
1 parent 96c5490 commit 2b865f4
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions plugin.json → twitter.jquery.json
@@ -1,30 +1,31 @@
{
"name": "jQuery-Twitter-Plugin",
"name": "twitter",
"label": "jQuery Twitter Plugin",
"license": [
"mit",
"gpl"
],
"description": "A jQuery plugin for working with the Twitter Search API to put twitter searches on websites with a simple syntax that follows the Twitter Search API URL parameters.",
"copyright": "2012 Boaz Sender",
"version": "0.3",
"copyright": "2013 Boaz Sender",
"version": "0.3.1",
"clone": "https://boazsender@github.com/boazsender/jQuery-Twitter-Plugin.git",
"repository": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"issues": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"dependencies" : {
"jquery/jquery" : [
"1.4.5"
]
"homepage": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"download": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"bugs": "https://github.com/boazsender/jQuery-Twitter-Plugin",

"docs": "https://github.com/boazsender/jQuery-Twitter-Plugin/blob/master/README.md",
"dependencies": {
"jquery": ">=1.4.5"
},
"owner": "boazsender",
"maintainers": [
{
"name": "Boaz Sender",
"twitter": "boazsender"
"url": "http://twitter.com/boazsender"
},
{
"name": "Rick Waldron",
"twitter": "rwaldron"
"url": "http://twitter.com/rwaldron"
}
]
}

0 comments on commit 2b865f4

Please sign in to comment.