Bump version and update deps

This commit is contained in:
Raymond Feng 2014-07-15 16:44:09 -07:00
parent 7b36196561
commit 7fe347763b
1 changed files with 16 additions and 15 deletions

View File

@ -26,36 +26,37 @@
"mobile",
"mBaaS"
],
"version": "1.9.1",
"version": "1.10.0",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"debug": "~1.0.2",
"express": "~3.5.0",
"strong-remoting": "~1.5.0",
"inflection": "~1.3.7",
"nodemailer": "~0.7.0",
"async": "~0.9.0",
"bcryptjs": "~2.0.1",
"debug": "~1.0.3",
"ejs": "~1.0.0",
"bcryptjs": "~1.0.3",
"underscore.string": "~2.3.3",
"underscore": "~1.6.0",
"express": "3.x",
"inflection": "~1.3.8",
"nodemailer": "~0.7.1",
"nodemailer-stub-transport": "~0.1.4",
"strong-remoting": "~1.5.1",
"uid2": "0.0.3",
"async": "~0.9.0"
"underscore": "~1.6.0",
"underscore.string": "~2.3.3"
},
"peerDependencies": {
"loopback-datasource-juggler": "^1.4.0"
"loopback-datasource-juggler": "^1.7.0"
},
"devDependencies": {
"loopback-datasource-juggler": "^1.4.0",
"loopback-datasource-juggler": "^1.7.0",
"mocha": "~1.20.1",
"strong-task-emitter": "0.0.x",
"supertest": "~0.13.0",
"chai": "~1.9.1",
"loopback-testing": "~0.2.0",
"browserify": "~4.1.11",
"browserify": "~4.2.1",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.0",
"grunt-browserify": "~2.1.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
@ -64,7 +65,7 @@
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma": "~0.12.16",
"karma": "~0.12.17",
"karma-browserify": "~0.2.1",
"karma-mocha": "~0.1.4",
"grunt-karma": "~0.8.3"