Browse Source

Added bluebird to package.json

theflametrooper 8 years ago
parent
commit
084c209e93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      backend/package.json

+ 2 - 1
backend/package.json

@@ -12,11 +12,12 @@
   "dependencies": {
   "dependencies": {
     "async": "2.0.1",
     "async": "2.0.1",
     "bcrypt": "^0.8.7",
     "bcrypt": "^0.8.7",
+    "bluebird": "^3.4.6",
     "body-parser": "^1.15.2",
     "body-parser": "^1.15.2",
     "config": "^1.21.0",
     "config": "^1.21.0",
     "connect-mongo": "^1.3.2",
     "connect-mongo": "^1.3.2",
     "cookie-parser": "^1.4.3",
     "cookie-parser": "^1.4.3",
-	"cors": "^2.8.1",
+    "cors": "^2.8.1",
     "express": "^4.14.0",
     "express": "^4.14.0",
     "express-session": "^1.14.0",
     "express-session": "^1.14.0",
     "moment": "^2.15.2",
     "moment": "^2.15.2",