From bd3b410fb7b4613f37e9cd36d0cb9f5bb1421689 Mon Sep 17 00:00:00 2001 From: jhorowitz-firedrum Date: Mon, 3 Oct 2016 11:02:27 -0700 Subject: [PATCH] Update package.json --- package.json | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index eb007b4..0a8af8f 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,19 @@ "name": "knockout-jqueryui", "description": "knockout binding handlers for jQuery UI", "homepage": "https://gvas.github.io/knockout-jqueryui/", - "version": "2.2.3", + "version": "2.2.3-dev", "author": { "name": "Vas Gabor " }, + "contributors": [ + { + "name": "Jonathan Horowitz", + "email": "jhorowitz@firedrum.com" + } + ], "repository": { "type": "git", - "url": "https://github.com/gvas/knockout-jqueryui.git" + "url": "https://github.com/jhorowitz-firedrum/knockout-jqueryui.git" }, "keywords": [ "knockout", @@ -17,22 +23,22 @@ "license": "MIT", "dependencies": {}, "devDependencies": { - "change-case": "~2.1.6", - "grunt": "~0.4.5", - "grunt-bump": "~0.0.16", - "grunt-cli": "~0.1.13", - "grunt-contrib-compress": "~0.12.0", - "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-connect": "~0.9.0", - "grunt-contrib-copy": "~0.7.0", - "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-uglify": "~0.6.0", - "grunt-contrib-watch": "~0.6.1", + "change-case": "~3.0.0", + "grunt": "~1.0.1", + "grunt-bump": "~0.8.0", + "grunt-cli": "~1.2.0", + "grunt-contrib-compress": "~1.3.0", + "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-connect": "~1.0.2", + "grunt-contrib-copy": "~1.0.0", + "grunt-contrib-jshint": "~1.0.0", + "grunt-contrib-uglify": "~2.0.0", + "grunt-contrib-watch": "~1.0.0", "grunt-sauce-tunnel": "~0.2.1", - "grunt-saucelabs": "~8.5.0", - "load-grunt-config": "~0.16.0", - "q": "~1.1.2", - "request": "~2.51.0" + "grunt-saucelabs": "~9.0.0", + "load-grunt-config": "~0.19.2", + "q": "~1.4.1", + "request": "~2.75.0" }, "scripts": { "test": "grunt test"