Browse Source

fill out package.json

getSize 1.1.8 gets proper npm package
pull/829/head
David DeSandro 10 years ago
parent
commit
1e11a25921
  1. 2
      bower.json
  2. 34
      package.json

2
bower.json

@ -11,7 +11,7 @@
"js/layout-modes/masonry.js" "js/layout-modes/masonry.js"
], ],
"dependencies": { "dependencies": {
"get-size": ">=1.1.4 <1.3", "get-size": ">=1.1.8 <1.3",
"matches-selector": ">=1 <2", "matches-selector": ">=1 <2",
"outlayer": "1.3.x", "outlayer": "1.3.x",
"masonry": "3.2.x" "masonry": "3.2.x"

34
package.json

@ -1,8 +1,18 @@
{ {
"name": "isotope", "name": "isotope-layout",
"version": "2.0.1", "version": "2.0.1",
"description": "Filter and sort magical layouts", "description": "Filter and sort magical layouts",
"dependencies": {
"get-size": ">=1.1.8 <1.3",
"desandro-matches-selector": ">=1 <2",
"outlayer": "1.3.x",
"masonry-layout": "3.2.x"
},
"devDependencies": { "devDependencies": {
"doc-ready": "1.x",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x",
"qunitjs": "^1.15",
"grunt": "~0.4.0", "grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.1", "grunt-contrib-jshint": "~0.4.1",
"grunt-contrib-uglify": "~0.1.1", "grunt-contrib-uglify": "~0.1.1",
@ -11,5 +21,25 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/metafizzy/isotope.git" "url": "git://github.com/metafizzy/isotope.git"
} },
"bugs": {
"url": "https://github.com/metafizzy/isotope/issues"
},
"homepage": "http://isotope.metafizzy.co",
"main": "js/isotope.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"DOM",
"browser",
"masonry",
"layout",
"filter",
"sort"
],
"author": "David DeSandro / Metafizzy"
} }

Loading…
Cancel
Save