|
|
@ -1,8 +1,18 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "isotope", |
|
|
|
"name": "isotope-layout", |
|
|
|
"version": "2.0.1", |
|
|
|
"version": "2.0.1", |
|
|
|
"description": "Filter and sort magical layouts", |
|
|
|
"description": "Filter and sort magical layouts", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"get-size": ">=1.1.8 <1.3", |
|
|
|
|
|
|
|
"desandro-matches-selector": ">=1 <2", |
|
|
|
|
|
|
|
"outlayer": "1.3.x", |
|
|
|
|
|
|
|
"masonry-layout": "3.2.x" |
|
|
|
|
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
|
|
|
|
"doc-ready": "1.x", |
|
|
|
|
|
|
|
"jquery": ">=1.4.3 <2", |
|
|
|
|
|
|
|
"jquery-bridget": "1.1.x", |
|
|
|
|
|
|
|
"qunitjs": "^1.15", |
|
|
|
"grunt": "~0.4.0", |
|
|
|
"grunt": "~0.4.0", |
|
|
|
"grunt-contrib-jshint": "~0.4.1", |
|
|
|
"grunt-contrib-jshint": "~0.4.1", |
|
|
|
"grunt-contrib-uglify": "~0.1.1", |
|
|
|
"grunt-contrib-uglify": "~0.1.1", |
|
|
@ -11,5 +21,25 @@ |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|
"url": "git://github.com/metafizzy/isotope.git" |
|
|
|
"url": "git://github.com/metafizzy/isotope.git" |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
"bugs": { |
|
|
|
|
|
|
|
"url": "https://github.com/metafizzy/isotope/issues" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"homepage": "http://isotope.metafizzy.co", |
|
|
|
|
|
|
|
"main": "js/isotope.js", |
|
|
|
|
|
|
|
"directories": { |
|
|
|
|
|
|
|
"test": "test" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"scripts": { |
|
|
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
|
|
"DOM", |
|
|
|
|
|
|
|
"browser", |
|
|
|
|
|
|
|
"masonry", |
|
|
|
|
|
|
|
"layout", |
|
|
|
|
|
|
|
"filter", |
|
|
|
|
|
|
|
"sort" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"author": "David DeSandro / Metafizzy" |
|
|
|
} |
|
|
|
} |
|
|
|