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", "description": "Filter and sort magical layouts",
"main": "js/isotope.js", "main": "js/isotope.js",
"dependencies": { "dependencies": {
"get-size": "~2.0.0",
"desandro-matches-selector": "~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", "masonry": "~4.0.0",
"fizzy-ui-utils": "~2.0.0" "outlayer": "~2.0.0"
}, },
"devDependencies": { "devDependencies": {
"jquery": "2 < 4", "jquery": "2 < 4",
@ -16,13 +16,31 @@
}, },
"ignore": [ "ignore": [
"test/", "test/",
"examples/",
"sandbox/", "sandbox/",
"**/.*", "**/.*",
"Gruntfile.js",
"package.json", "package.json",
"notes.md", "notes.md",
"CONTRIBUTING.mdown", "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", "description": "Filter and sort magical layouts",
"main": "js/isotope.js", "main": "js/isotope.js",
"dependencies": { "dependencies": {
"desandro-matches-selector": "~1.0.2", "desandro-matches-selector": "~2.0.0",
"fizzy-ui-utils": "~1.0.1", "fizzy-ui-utils": "~2.0.0",
"get-size": "~1.2.2", "get-size": "~2.0.0",
"masonry-layout": "~3.3.0", "masonry-layout": "~4.0.0",
"outlayer": "~1.4.1" "outlayer": "~2.0.0"
}, },
"devDependencies": { "devDependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
@ -20,8 +20,8 @@
"gulp-requirejs-optimize": "github:metafizzy/gulp-requirejs-optimize", "gulp-requirejs-optimize": "github:metafizzy/gulp-requirejs-optimize",
"gulp-uglify": "^1.5.3", "gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7", "gulp-util": "^3.0.7",
"jquery": ">=1.4.3 <2", "jquery": "2 < 4",
"jquery-bridget": "1.1.x", "jquery-bridget": "^2",
"jshint": "^2.9.1", "jshint": "^2.9.1",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"qunitjs": "^1.15" "qunitjs": "^1.15"
@ -46,7 +46,8 @@
"masonry", "masonry",
"layout", "layout",
"filter", "filter",
"sort" "sort",
"jquery-plugin"
], ],
"author": "Metafizzy", "author": "Metafizzy",
"license": "GPL-3.0" "license": "GPL-3.0"

Loading…
Cancel
Save