Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Johny Jose committed Mar 13, 2013
1 parent 8089812 commit 930dae0
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,15 @@
{ {
"name": "passport-playlyfe", "name": "passport-playlyfe",
"version": "v0.0.1", "version": "0.0.2",
"description": "Playlyfe passport authentication strategy for NodeJS", "description": "Playlyfe passport authentication strategy for NodeJS",
"keywords": ["passport", "playlyfe", "auth", "authentication", "identity", "oauth"], "keywords": [
"passport",
"playlyfe",
"auth",
"authentication",
"identity",
"oauth"
],
"homepage": "http://dev.playlyfe.com", "homepage": "http://dev.playlyfe.com",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -16,10 +23,12 @@
"email": "johny@playlyfe.com", "email": "johny@playlyfe.com",
"url": "http://blog.playlyfe.com" "url": "http://blog.playlyfe.com"
}, },
"licenses": [{ "licenses": [
"type": "MIT", {
"url": "http://www.opensource.org/licenses/MIT" "type": "MIT",
}], "url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib", "main": "./lib",
"dependencies": { "dependencies": {
"passport-oauth": "*" "passport-oauth": "*"
Expand Down

0 comments on commit 930dae0

Please sign in to comment.