From b701b87c991dba3197fd13f247f9d9165586998f Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 27 Feb 2014 19:50:51 -0500 Subject: [PATCH] Updated list of packages table --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c43f072c64..8e81c51d2dd 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRe
- + - Sign in at [https://dev.twitter.com](https://dev.twitter.com/) - From the profile picture dropdown menu select **My Applications** - Click **Create a new application** @@ -285,8 +285,10 @@ List of Packages | async | Utility library that provides asynchronous control flow. | | bcrypt-nodejs | Library for hashing and salting user passwords. | | cheerio | Scrape web pages using jQuery-style syntax. | +| clockwork | Clockwork SMS API library. | | connect-mongo | MongoDB session store for Express. | | connect-assets | Compiles LESS stylesheets, concatenates/minifies JavaScript. | +| csso | Dependency for connect-assets library. | | express | Web framework. | | express-flash | Provides flash messages for Express. Uses connect-flash internally. | | express-validator | Easy form validation for Express. Uses node-validator internally. | @@ -297,6 +299,7 @@ List of Packages | less | LESS compiler. Used implicitly by connect-assets. | | mongoose | MongoDB object modeling tool | | node-foursquare | Foursquare API library | +| node-linkedin | LinkedIn API library | | nodemailer | Node.js library for sending emails | | passport | Simple and elegant authentication library for node.js | | passport-facebook | Sign-in with Facebook plugin. | @@ -304,16 +307,16 @@ List of Packages | passport-google-oauth | Sign-in with Google plugin. | | passport-twitter | Sign-in with Twitter plugin. | | passport-local | Sign-in with Username and Password plugin. | +| passport-linkedin-oauth2 | Sign-in with LinkedIn plugin. | | passport-oauth | Allows you to set up your own OAuth 1.0a and OAuth 2.0 strategies. | | request | Simplified HTTP request library. | | tumblr.js | Tumblr API library. | | underscore | Handy JavaScript utlities library. | +| uglify-js | Dependency for connect-assets library. | | paypal-rest-sdk | PayPal API library. | | twilio | Twilio API library. | -| clockwork | Clockwork SMS API library. | | validator | Used in conjunction with express-validator in **controllers/api.js**. | - Useful Tools ------------ - [Jade Syntax Documentation by Example](http://naltatis.github.io/jade-syntax-docs/#attributes) - Even better than official Jade docs.