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.
28 lines
558 B
28 lines
558 B
{ |
|
"name": "isotope", |
|
"description": "Filter and sort magical layouts", |
|
"main": "js/isotope.js", |
|
"dependencies": { |
|
"get-size": "~2.0.0", |
|
"desandro-matches-selector": "~2.0.0", |
|
"outlayer": "~2.0.0", |
|
"masonry": "~4.0.0", |
|
"fizzy-ui-utils": "~2.0.0" |
|
}, |
|
"devDependencies": { |
|
"jquery": "2 < 4", |
|
"jquery-bridget": "^2", |
|
"qunit": "^1.15" |
|
}, |
|
"ignore": [ |
|
"test/", |
|
"examples/", |
|
"sandbox/", |
|
"**/.*", |
|
"Gruntfile.js", |
|
"package.json", |
|
"notes.md", |
|
"CONTRIBUTING.mdown", |
|
"changelog.md" |
|
] |
|
}
|
|
|