This commit is contained in:
Alex Corbi 2019-09-30 10:44:43 +02:00
parent 36c5cc15a7
commit f972d8d46e
176 changed files with 62106 additions and 59068 deletions

View file

@ -1,18 +1,18 @@
{
"name": "isotope-layout",
"name": "isotope",
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"desandro-matches-selector": "^2.0.0",
"fizzy-ui-utils": "^2.0.4",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"masonry-layout": "^4.1.0",
"masonry": "^4.1.0",
"outlayer": "^2.1.0"
},
"devDependencies": {
"jquery": "^3.3.1",
"jquery": "2 < 4",
"jquery-bridget": "^2",
"qunit": "^2.6.0"
"qunit": "^1.15"
},
"ignore": [
"test/",
@ -25,7 +25,7 @@
"test",
"tests"
],
"homepage": "https://isotope.metafizzy.co",
"homepage": "http://isotope.metafizzy.co",
"authors": [
"David DeSandro"
],