Update dependencies

This commit is contained in:
Raymond Feng 2013-09-21 11:21:04 -07:00
parent cdb7b07a81
commit 5acf9b1b18
1 changed files with 4 additions and 4 deletions

View File

@ -11,15 +11,15 @@
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-storage-service.html"
},
"dependencies": {
"pkgcloud": "~0.8.9",
"pkgcloud": "~0.8.11",
"async": "~0.2.9"
},
"devDependencies": {
"express": "~3.3.8",
"express": "~3.4.0",
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
"formidable": "~1.0.14",
"mocha": "~1.12.1",
"supertest": "~0.7.1",
"mocha": "~1.13.0",
"supertest": "~0.8.0",
"mkdirp": "~0.3.5",
"blanket": "~1.1.5"
},