Skip to content

Commit

Permalink
* Rename module to "cas".
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner committed Apr 16, 2011
1 parent 913d8ac commit ea1a643
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

Central Authentication Service (CAS) client for Node.js

## Installation

via npm:

$ npm install node-cas

## Usage



## License

(The MIT License)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-cas",
"name": "cas",
"version": "0.0.1",
"description": "Central Authentication Service (CAS) client for Node.js",
"keywords": ["cas", "central authentication service", "auth", "authentication", "central", "service"],
Expand Down

0 comments on commit ea1a643

Please sign in to comment.