Skip to content

Commit

Permalink
Add to the jQuery plugin index
Browse files Browse the repository at this point in the history
  • Loading branch information
matthisk committed Jan 21, 2014
1 parent 2b1950e commit 60f88dc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Respify",
"main": "Respify.js",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/matthisk/Respify",
"authors": [
"Matthisk Heimensen <[email protected]>"
Expand Down
35 changes: 35 additions & 0 deletions respify.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name" : "respify",
"title" : "jQuery Respify",
"description" : "Respify responsive image library. A simple responsive images library, which parses a image from a set of child span nodes with data-media and data-src attributes. It uses media queries to select images.",
"keywords" : [
"responsive-images",
"images",
"responsive",
"jquery",
"picture"
],
"version" : "0.3.1",
"author" : {
"name" : "Matthisk Heimensen",
"url" : "http://twitter.com/tthisk"
},
"maintainers": [
{
"name": "Matthisk Heimensen",
"url": "https://github.com/matthisk/Respify"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/matthisk/Respify/blob/master/LICENSE"
}
],
"bugs": "https://github.com/matthisk/Respify/issues",
"homepage": "https://github.com/matthisk/Respify",
"docs": "https://github.com/matthisk/Respify/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}
2 changes: 1 addition & 1 deletion respify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Respify responsive image library
*
* Parse a responsive image from a set of data attributes trough media queries, depends upon the matchMedia polyfill for older browsers
* @version 0.3.0
* @version 0.3.1
* @author Matthisk Heimensen <[email protected]>
*/
(function( w, factory ) {
Expand Down

0 comments on commit 60f88dc

Please sign in to comment.