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.

36 lines
783 B

{
11 years ago
"name": "isotope",
"version": "2.1.1",
11 years ago
"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.2.x",
"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"
]
}