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.
35 lines
784 B
35 lines
784 B
{ |
|
"name": "isotope", |
|
"version": "2.2.0", |
|
"description": "Filter and sort magical layouts", |
|
"main": "js/isotope.js", |
|
"dependencies": { |
|
"get-size": "~1.2.2", |
|
"matches-selector": ">=1 <2", |
|
"outlayer": "~1.4.0", |
|
"masonry": "~3.3.0", |
|
"fizzy-ui-utils": "~1.0.1" |
|
}, |
|
"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" |
|
] |
|
}
|
|
|