Browse Source

📦 update .jsons

pull/1127/head
David DeSandro 9 years ago
parent
commit
64caa58cb3
  1. 32
      bower.json
  2. 17
      package.json

32
bower.json

@ -3,11 +3,11 @@
"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",
"fizzy-ui-utils": "~2.0.0",
"get-size": "~2.0.0",
"masonry": "~4.0.0",
"fizzy-ui-utils": "~2.0.0"
"outlayer": "~2.0.0"
},
"devDependencies": {
"jquery": "2 < 4",
@ -16,13 +16,31 @@
},
"ignore": [
"test/",
"examples/",
"sandbox/",
"**/.*",
"Gruntfile.js",
"package.json",
"notes.md",
"CONTRIBUTING.mdown",
"changelog.md"
]
"changelog.md",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "http://isotope.metafizzy.co",
"authors": [
"David DeSandro"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"filter",
"sort",
"masonry",
"jquery-plugin"
],
"license": "GPL-3.0"
}

17
package.json

@ -4,11 +4,11 @@
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"desandro-matches-selector": "~1.0.2",
"fizzy-ui-utils": "~1.0.1",
"get-size": "~1.2.2",
"masonry-layout": "~3.3.0",
"outlayer": "~1.4.1"
"desandro-matches-selector": "~2.0.0",
"fizzy-ui-utils": "~2.0.0",
"get-size": "~2.0.0",
"masonry-layout": "~4.0.0",
"outlayer": "~2.0.0"
},
"devDependencies": {
"chalk": "^1.1.1",
@ -20,8 +20,8 @@
"gulp-requirejs-optimize": "github:metafizzy/gulp-requirejs-optimize",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x",
"jquery": "2 < 4",
"jquery-bridget": "^2",
"jshint": "^2.9.1",
"minimist": "^1.2.0",
"qunitjs": "^1.15"
@ -46,7 +46,8 @@
"masonry",
"layout",
"filter",
"sort"
"sort",
"jquery-plugin"
],
"author": "Metafizzy",
"license": "GPL-3.0"

Loading…
Cancel
Save