From 1e11a25921177cf00d42efd5e5e21891a7c69d38 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sat, 22 Nov 2014 17:28:39 -0500 Subject: [PATCH] fill out package.json getSize 1.1.8 gets proper npm package --- bower.json | 2 +- package.json | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5821d8b..d7ef5e1 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "js/layout-modes/masonry.js" ], "dependencies": { - "get-size": ">=1.1.4 <1.3", + "get-size": ">=1.1.8 <1.3", "matches-selector": ">=1 <2", "outlayer": "1.3.x", "masonry": "3.2.x" diff --git a/package.json b/package.json index 99cfa19..8047c6e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,18 @@ { - "name": "isotope", + "name": "isotope-layout", "version": "2.0.1", "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": { + "doc-ready": "1.x", + "jquery": ">=1.4.3 <2", + "jquery-bridget": "1.1.x", + "qunitjs": "^1.15", "grunt": "~0.4.0", "grunt-contrib-jshint": "~0.4.1", "grunt-contrib-uglify": "~0.1.1", @@ -11,5 +21,25 @@ "repository": { "type": "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" }