Bump version and update deps

This commit is contained in:
Raymond Feng 2014-02-21 09:27:50 -08:00
parent 4a0c564c68
commit 8a0f7cf412
1 changed files with 9 additions and 9 deletions

View File

@ -9,38 +9,38 @@
"Platform",
"mBaaS"
],
"version": "1.6.2",
"version": "1.6.3",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"debug": "~0.7.4",
"express": "~3.4.8",
"strong-remoting": "~1.2.4",
"inflection": "~1.2.7",
"strong-remoting": "~1.2.5",
"inflection": "~1.3.5",
"passport": "~0.2.0",
"passport-local": "~0.1.6",
"nodemailer": "~0.6.0",
"ejs": "~0.8.5",
"bcryptjs": "~0.7.10",
"bcryptjs": "~0.7.12",
"underscore.string": "~2.3.3",
"underscore": "~1.6.0",
"uid2": "0.0.3",
"async": "~0.2.10"
},
"peerDependencies": {
"loopback-datasource-juggler": "~1.3.0"
"loopback-datasource-juggler": "~1.3.3"
},
"devDependencies": {
"loopback-datasource-juggler": "~1.3.0",
"loopback-datasource-juggler": "~1.3.3",
"mocha": "~1.17.1",
"strong-task-emitter": "0.0.x",
"supertest": "~0.9.0",
"chai": "~1.9.0",
"loopback-testing": "~0.1.2",
"browserify": "~3.14.1",
"browserify": "~3.30.1",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
@ -50,7 +50,7 @@
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"karma-browserify": "0.0.6",
"karma-browserify": "0.1.0",
"karma-mocha": "~0.1.1",
"grunt-karma": "~0.6.2"
},