Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Invader444 committed Apr 4, 2017
1 parent 914733d commit bd3b410
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gvas.munka@gmail.com>"
},
"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",
Expand All @@ -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"
Expand Down

0 comments on commit bd3b410

Please sign in to comment.