Update deps for sls-1.1 release
This commit is contained in:
parent
3a8369a8ab
commit
bf742f0f73
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue