1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-24 15:41:01 +00:00

remove facebook stuff

This commit is contained in:
Bowden
2018-01-03 14:15:04 -08:00
parent 3c83449953
commit d25f02ea45
12 changed files with 3 additions and 259 deletions

View File

@@ -383,16 +383,14 @@ In that file you'll find two sections:
| dotenv | Loads environment variables from .env file. |
| errorhandler | Express 4 middleware. |
| express | Node.js web framework. |
| express-flash | Provides flash messages for Express. |
| express-flash | Provides flash messages for Express. |
| express-session | Express 4 middleware. |
| express-validator | Easy form validation for Express. |
| fbgraph | Facebook Graph API library. |
| lusca | CSRF middleware. |
| mongoose | MongoDB ODM. |
| morgan | Express 4 middleware. |
| nodemailer | Node.js library for sending emails. |
| passport | Simple and elegant authentication library for node.js |
| passport-facebook | Sign-in with Facebook plugin. |
| passport-local | Sign-in with Username and Password plugin. |
| pug (jade) | Template engine for Express. |
| request | Simplified HTTP request library. |