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.
25 lines
619 B
25 lines
619 B
{ |
|
"name": "isotope", |
|
"version": "2.0.0-beta.6", |
|
"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", |
|
"js/layout-modes/cells-by-row.js" |
|
], |
|
"dependencies": { |
|
"get-size": "desandro/get-size", |
|
"matches-selector": "desandro/matches-selector", |
|
"outlayer": "metafizzy/outlayer#>=1.1 <2", |
|
"masonry": ">=3.1" |
|
}, |
|
"devDependencies": { |
|
"doc-ready": "desandro/doc-ready", |
|
"jquery": "1", |
|
"qunit": "1.12" |
|
} |
|
}
|
|
|