Updating the package.json file
This commit is contained in:
@ -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" }]
|
||||
}
|
||||
|
Reference in New Issue
Block a user