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