Skip to content

Commit

Permalink
added jquery manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrolik committed Jan 21, 2013
1 parent acc18f4 commit a872d86
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
@@ -1,4 +1 @@

js/_notes/dwsync.xml

.DS_Store
31 changes: 31 additions & 0 deletions 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"
}
}

0 comments on commit a872d86

Please sign in to comment.