node-oauth/package.json

9 lines
412 B
JSON
Raw Normal View History

2010-06-23 18:59:59 +00:00
{ "name" : "oauth"
2010-08-25 19:59:23 +00:00
, "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."
2010-08-26 21:32:33 +00:00
, "version" : "0.8.1"
2010-06-23 18:59:59 +00:00
, "directories" : { "lib" : "./lib" }
, "main" : "main.js"
2010-08-25 19:59:23 +00:00
, "author" : "Ciaran Jessup <ciaranj@gmail.com>"
2010-08-26 08:36:01 +00:00
, "repository" : { "type":"git", "url":"http://github.com/ciaranj/node-oauth.git" }
2010-08-16 21:53:56 +00:00
}