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.
 
 
 

40 lines
1.0 KiB

{
"name": "isotope",
"version": "2.0.1",
"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"
],
"dependencies": {
"get-size": ">=1 <2",
"matches-selector": "desandro/matches-selector#>=1 <2",
"outlayer": "^1.2.0",
"masonry": "^3.1.5"
},
"devDependencies": {
"doc-ready": "desandro/doc-ready",
"isotope-cells-by-column": "metafizzy/isotope-cells-by-column",
"isotope-cells-by-row": "metafizzy/isotope-cells-by-row",
"isotope-fit-columns": "metafizzy/isotope-fit-columns",
"isotope-horizontal": "metafizzy/isotope-horizontal",
"isotope-masonry-horizontal": "metafizzy/isotope-masonry-horizontal",
"jquery": "1",
"qunit": "1.12"
},
"ignore": [
"test/",
"examples/",
"sandbox/",
"**/.*",
"Gruntfile.js",
"package.json",
"notes.md",
"CONTRIBUTING.mdown",
"changelog.md"
]
}