Update deps for sls-1.1 release

This commit is contained in:
Raymond Feng 2013-10-29 14:58:12 -07:00
parent 3a8369a8ab
commit bf742f0f73
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "loopback",
"description": "LoopBack: Open Mobile Platform for Node.js",
"keywords": [ "StrongLoop", "LoopBack", "Mobile", "Backend", "Platform", "mBaaS" ],
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"test": "mocha -R spec",
"blanket": {
@ -13,8 +13,8 @@
"dependencies": {
"debug": "~0.7.2",
"express": "~3.4.0",
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
"loopback-datasource-juggler": "~1.1.0",
"strong-remoting": "~1.0.0",
"inflection": "~1.2.5",
"passport": "~0.1.17",
"passport-local": "~0.1.6",