node-oauth/package.json

20 lines
628 B
JSON
Raw Normal View History

2010-06-23 18:59:59 +00:00
{ "name" : "oauth"
, "description" : "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers."
, "version" : "0.9.15"
2010-06-23 18:59:59 +00:00
, "directories" : { "lib" : "./lib" }
, "main" : "index.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" }
, "devDependencies": {
"vows": "0.5.x"
}
, "scripts": {
"test": "make test"
}
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/ciaranj/node-oauth/raw/master/LICENSE"
}
]
2010-08-16 21:53:56 +00:00
}