Skip to content

Commit

Permalink
Updating the package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranj committed Aug 25, 2010
1 parent ea09e67 commit b106405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ "name" : "oauth"
, "description" : "Library for interacting with OAuth 1.0, 1.0A and 2. Provides simplified client access and allows for construction of more complex apis and OAuth providers."
, "version" : "0.8.0"
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
, "author" : "Ciaran Jessup"
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
, "repositories" : [{ "type":"git", "url":"https://ciaranj@github.com/ciaranj/node-oauth.git" }]
}

0 comments on commit b106405

Please sign in to comment.