Bump versions

This commit is contained in:
Raymond Feng 2014-09-12 23:21:35 -07:00
parent aac230679f
commit 4a536ee6fe
1 changed files with 21 additions and 21 deletions

View File

@ -27,59 +27,59 @@
"mobile", "mobile",
"mBaaS" "mBaaS"
], ],
"version": "2.1.4", "version": "2.2.0",
"scripts": { "scripts": {
"test": "grunt mocha-and-karma" "test": "grunt mocha-and-karma"
}, },
"dependencies": { "dependencies": {
"async": "~0.9.0", "async": "~0.9.0",
"body-parser": "~1.4.3", "body-parser": "~1.8.1",
"canonical-json": "0.0.4", "canonical-json": "0.0.4",
"ejs": "~1.0.0", "ejs": "~1.0.0",
"express": "4.x", "express": "4.x",
"strong-remoting": "^2.0.0", "strong-remoting": "^2.1.0",
"bcryptjs": "~2.0.1", "bcryptjs": "~2.0.2",
"debug": "~1.0.4", "debug": "~2.0.0",
"inflection": "~1.3.8", "inflection": "~1.4.2",
"nodemailer": "~1.0.1", "nodemailer": "~1.3.0",
"nodemailer-stub-transport": "~0.1.4", "nodemailer-stub-transport": "~0.1.4",
"uid2": "0.0.3", "uid2": "0.0.3",
"underscore": "~1.6.0", "underscore": "~1.7.0",
"underscore.string": "~2.3.3" "underscore.string": "~2.3.3"
}, },
"peerDependencies": { "peerDependencies": {
"loopback-datasource-juggler": "^2.0.0" "loopback-datasource-juggler": "^2.8.0"
}, },
"devDependencies": { "devDependencies": {
"browserify": "~4.2.1", "browserify": "~4.2.3",
"chai": "~1.9.1", "chai": "~1.9.1",
"cookie-parser": "~1.3.2", "cookie-parser": "~1.3.3",
"errorhandler": "~1.1.1", "errorhandler": "~1.2.0",
"es5-shim": "^4.0.0", "es5-shim": "^4.0.3",
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-browserify": "~2.1.3", "grunt-browserify": "~3.0.1",
"grunt-cli": "^0.1.13", "grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0", "grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0", "grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.8.3", "grunt-karma": "~0.9.0",
"grunt-mocha-test": "^0.11.0", "grunt-mocha-test": "^0.11.0",
"karma-browserify": "~0.2.1", "karma-browserify": "~0.2.1",
"karma-chrome-launcher": "~0.1.4", "karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3", "karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0", "karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "^0.2.2", "karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.4", "karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "~0.1.4", "karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0", "karma-script-launcher": "~0.1.0",
"loopback-boot": "^1.1.0", "loopback-boot": "^1.1.0",
"loopback-datasource-juggler": "^2.0.0", "loopback-datasource-juggler": "^2.8.0",
"loopback-testing": "~0.2.0", "loopback-testing": "~0.2.0",
"mocha": "~1.20.1", "mocha": "~1.21.4",
"serve-favicon": "~2.0.1", "serve-favicon": "~2.1.3",
"strong-task-emitter": "0.0.x", "strong-task-emitter": "0.0.x",
"supertest": "~0.13.0", "supertest": "~0.13.0",
"karma": "~0.12.17" "karma": "~0.12.23"
}, },
"repository": { "repository": {
"type": "git", "type": "git",