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.
18 lines
404 B
18 lines
404 B
{ |
|
"name": "isotope", |
|
"version": "2.0.0", |
|
"description": "Filter and sort magical layouts", |
|
"main": [ |
|
"isotope.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", |
|
"qunit": "1.12" |
|
} |
|
}
|
|
|