From a872d863cf920a52a4c73696baa9745b0e18782b Mon Sep 17 00:00:00 2001 From: Drew Thomas Date: Sun, 20 Jan 2013 19:05:35 -0500 Subject: [PATCH] added jquery manifest --- .gitignore | 3 --- responsiveimg.jquery.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 responsiveimg.jquery.json diff --git a/.gitignore b/.gitignore index d76c652..e43b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ - -js/_notes/dwsync.xml - .DS_Store diff --git a/responsiveimg.jquery.json b/responsiveimg.jquery.json new file mode 100644 index 0000000..48a1be8 --- /dev/null +++ b/responsiveimg.jquery.json @@ -0,0 +1,31 @@ +{ + "name": "responsiveimg", + "title": "Responsive Img", + "description": "Make your existing images responsive without creating new images.", + "keywords": [ + "responsive", + "image", + "responsive images", + "retina" + ], + "version": "1.25", + "author": { + "name": "Drew Thomas", + "url": "http://drewtotango.com" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" + }, + { + "type": "GPL", + "url": "http://www.gnu.org/licenses/gpl.txt" + } + ], + "homepage": "http://responsiveimg.com", + "demo":"http://responsiveimg.com/#noOptions", + "dependencies": { + "jquery": ">=1.6" + } +} \ No newline at end of file