forked from robrighter/easy-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "name" : "easy-oauth"
, "description" : "Easy and simple oauth for your Express (node) website"
, "keywords" : [ "oauth", "twitter", "facebook" ]
, "version" : "0.2.2"
, "homepage" : "https://github.com/robrighter/easy-oauth"
, "author" : "Rob Righter <[email protected]> (https://github.com/robrighter)"
, "contributors" :
[ "Rob Righter <[email protected]> (https://github.com/robrighter)" ]
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/robrighter/easy-oauth.git"
}
, "bugs" :
{ "url" : "https://github.com/robrighter/easy-oauth/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/easy-oauth.js"
, "dependencies" : {
"connect": ">= 0.5.10",
"oauth": ">= 0.9.0",
"connect-auth": ">= 0.2.1",
"express": ">= 1.0.7",
"ejs": ">= 0.7.2"
}
, "engines" : { "node" : ">= 0.4.0" }
}