From 2b865f4abe026ac5f0136a0c1dec3bc95b6d00ba Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Mon, 21 Jan 2013 19:35:40 -0500 Subject: [PATCH] updating plugin.json for the new jquery site --- plugin.json => twitter.jquery.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) rename plugin.json => twitter.jquery.json (50%) diff --git a/plugin.json b/twitter.jquery.json similarity index 50% rename from plugin.json rename to twitter.jquery.json index 8c48df1..1796758 100644 --- a/plugin.json +++ b/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" } ] } \ No newline at end of file