Skip to content

Commit

Permalink
adding links back to the different projects we use
Browse files Browse the repository at this point in the history
  • Loading branch information
precision committed Aug 1, 2011
1 parent 461e846 commit 9f83b9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -41,13 +41,13 @@ From the command line type in:
### Node Module Dependencies
These will be automatically installed when you use any of the above *npm* installation methods above.

1. express - framework
2. oauth - oauth library
3. redis - connector to Redis
3. connect-redis - Redis session store
4. hashlib - used for signatures
5. querystring - used to parse query string
6. jade - the view engine
1. [http://expressjs.com/](express) - framework
2. [https://github.com/unscene/node-oauth](oauth) - oauth library
3. [https://github.com/mranney/node_redis](redis) - connector to Redis
3. [https://github.com/visionmedia/connect-redis](connect-redis) - Redis session store
4. [https://github.com/brainfucker/hashlib](hashlib) - used for signatures
5. [https://github.com/visionmedia/node-querystring](querystring) - used to parse query string
6. [http://jade-lang.com/](jade) - the view engine

RUNNING I/O DOCS
----------------
Expand Down

0 comments on commit 9f83b9b

Please sign in to comment.