From 17d7188b238dd004fcdf0645c70b4206444eb030 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 6 Dec 2013 20:17:35 -0500 Subject: [PATCH] Added passport-oauth package --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d7253eb94d..51af98f3d1 100755 --- a/package.json +++ b/package.json @@ -12,15 +12,16 @@ "jade": "*", "less-middleware": "*", "mongoose": "*", - "node-foursquare": "*", + "underscore": "*", "passport": "*", + "passport-oauth": "*", "passport-local": "*", "passport-github": "*", "passport-facebook": "*", "passport-twitter": "*", "passport-google-oauth": "*", "sendgrid": "*", - "tumblrwks": "*", - "underscore": "*" + "tumblr.js": "*", + "node-foursquare": "*" } }