Updating the package.json file

This commit is contained in:
ciaranj
2010-08-25 20:59:23 +01:00
parent ea09e67244
commit b106405248

View File

@ -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" }]
}