Add jquery.json file for jQuery plugins repo.

pull/56/head v2.0.1
Glen Cheney 11 years ago
parent b2850abc1d
commit 65da0902c3

@ -19,15 +19,15 @@
*/
(function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
/*!
/**
* jQuery Shuffle Plugin
* Uses CSS Transforms to filter down a grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2. Optionally throttle/debounce by Ben Alman
* Inspired by Isotope http://isotope.metafizzy.co/
* Licensed under the MIT license.
* @author Glen Cheney (http://glencheney.com)
* @version 2.0
* @date 07/05/13
* Modified 2013-08-19
* @license MIT license
* @author Glen Cheney <cheney.glen@gmail.com>
* @version 2.0.1
*/
(function($, Modernizr, undefined) {

@ -19,15 +19,15 @@
*/
(function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
/*!
/**
* jQuery Shuffle Plugin
* Uses CSS Transforms to filter down a grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2. Optionally throttle/debounce by Ben Alman
* Inspired by Isotope http://isotope.metafizzy.co/
* Licensed under the MIT license.
* @author Glen Cheney (http://glencheney.com)
* @version 2.0
* @date 07/05/13
* Modified 2013-08-19
* @license MIT license
* @author Glen Cheney <cheney.glen@gmail.com>
* @version 2.0.1
*/
!function(t,e,i){"use strict"
t.fn.sorted=function(e){var n=t.extend({},t.fn.sorted.defaults,e),s=this.get(),r=!1

@ -0,0 +1,30 @@
{
"name": "shuffle",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
"version": "2.0.1",
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com",
},
"maintainers": [
{
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/Vestride/Shuffle/issues",
"homepage": "https://github.com/Vestride/Shuffle",
"docs": "http://vestride.github.io/Shuffle",
"demo": "http://vestride.github.io/Shuffle",
"dependencies": {
"jquery": ">=1.9"
}
}
Loading…
Cancel
Save