mirror of https://github.com/metafizzy/isotope
Filter & sort magical layouts
http://isotope.metafizzy.co
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
{ |
|
"name": "isotope-layout", |
|
"version": "2.1.1", |
|
"description": "Filter and sort magical layouts", |
|
"main": "js/isotope.js", |
|
"dependencies": { |
|
"get-size": "~1.2.2", |
|
"desandro-matches-selector": ">=1 <2", |
|
"outlayer": "~1.4.0", |
|
"masonry-layout": "3.2.x", |
|
"fizzy-ui-utils": "~1.0.1" |
|
}, |
|
"devDependencies": { |
|
"desandro-matches-selector": "^1.0.2", |
|
"doc-ready": "1.x", |
|
"eventie": "^1.0.5", |
|
"isotope-fit-columns": "1.1.x", |
|
"isotope-cells-by-row": "~1.1.1", |
|
"isotope-cells-by-column": "1.1.x", |
|
"isotope-horizontal": "~1.1.1", |
|
"isotope-masonry-horizontal": "1.1.x", |
|
"jquery": ">=1.4.3 <2", |
|
"jquery-bridget": "1.1.x", |
|
"qunitjs": "^1.15", |
|
"grunt": "~0.4.0", |
|
"grunt-contrib-jshint": "~0.4.1", |
|
"grunt-contrib-uglify": "~0.1.1", |
|
"grunt-requirejs": "~0.4.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/metafizzy/isotope.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/metafizzy/isotope/issues" |
|
}, |
|
"homepage": "http://isotope.metafizzy.co", |
|
"directories": { |
|
"test": "test" |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [ |
|
"DOM", |
|
"browser", |
|
"masonry", |
|
"layout", |
|
"filter", |
|
"sort" |
|
], |
|
"author": "Metafizzy" |
|
}
|
|
|