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.
41 lines
913 B
41 lines
913 B
{ |
|
"name": "isotope", |
|
"version": "2.0.1", |
|
"description": "Filter and sort magical layouts", |
|
"main": [ |
|
"js/item.js", |
|
"js/layout-mode.js", |
|
"js/isotope.js", |
|
"js/layout-modes/vertical.js", |
|
"js/layout-modes/fit-rows.js", |
|
"js/layout-modes/masonry.js" |
|
], |
|
"dependencies": { |
|
"get-size": ">=1.1.8 <1.3", |
|
"matches-selector": ">=1 <2", |
|
"outlayer": "1.3.x", |
|
"masonry": "3.2.x" |
|
}, |
|
"devDependencies": { |
|
"doc-ready": "1.x", |
|
"isotope-cells-by-column": "1.x", |
|
"isotope-cells-by-row": "1.x", |
|
"isotope-fit-columns": "1.x", |
|
"isotope-horizontal": "1.x", |
|
"isotope-masonry-horizontal": "1.x", |
|
"jquery": ">=1.4.3 <2", |
|
"jquery-bridget": "1.1.x", |
|
"qunit": "^1.15" |
|
}, |
|
"ignore": [ |
|
"test/", |
|
"examples/", |
|
"sandbox/", |
|
"**/.*", |
|
"Gruntfile.js", |
|
"package.json", |
|
"notes.md", |
|
"CONTRIBUTING.mdown", |
|
"changelog.md" |
|
] |
|
}
|
|
|