diff --git a/bower.json b/bower.json index 06ae8e1..cf5cc74 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/respify.jquery.json b/respify.jquery.json new file mode 100644 index 0000000..0563370 --- /dev/null +++ b/respify.jquery.json @@ -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" + } +} \ No newline at end of file diff --git a/respify.js b/respify.js index c164fe4..4dde455 100644 --- a/respify.js +++ b/respify.js @@ -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 */ (function( w, factory ) {