From b10640524804688c0ae85a6000795b48eb34f05f Mon Sep 17 00:00:00 2001 From: ciaranj Date: Wed, 25 Aug 2010 20:59:23 +0100 Subject: [PATCH] Updating the package.json file --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cf25d5..c772c2f 100644 --- a/package.json +++ b/package.json @@ -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 " +, "repositories" : [{ "type":"git", "url":"https://ciaranj@github.com/ciaranj/node-oauth.git" }] }