Skip to content

Commit

Permalink
updated the readme, and the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny G. Halife committed Feb 9, 2012
1 parent 3997851 commit 58d4d01
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,10 @@
Quick and dirty implemenentation (maintained and poor yet) for parsing and setting
the Facebook Session Cookie (FBSR) on the on going request.

#### Installation

[sudo] npm install facebook-session-express

#### Sample Usage

var facebook = require('facebook-session-express');
Expand Down
13 changes: 13 additions & 0 deletions package.json
@@ -0,0 +1,13 @@
{
"name": "facebook-session-connection",
"description": "Facebook Cookie (FBSR) parser for Express/Connect",
"version": "0.0.1",
"author": "Johnny G. Halife (johnny@tactivos.com)",
"dependencies": {
"base64":"",
"crypto":""
},
"keywords": ["express", "facebook", "session", "fbsr"],
"repository": "git://github.com/tactivos/facebook-session-express",
"main": "index"
}
11 changes: 0 additions & 11 deletions packages.json

This file was deleted.

0 comments on commit 58d4d01

Please sign in to comment.