forked from sebastiangug/passport-google-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 759 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
26
27
{
"name": "passport-google-token",
"version": "0.1.0",
"description": "Google token authentication strategy for Passport.",
"author": {
"name": "Rob DiMarco",
"email": "dimarco.robert@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/robertdimarco/passport-google-token.git"
},
"bugs": {
"url": "http://github.com/robertdimarco/passport-google-token/issues"
},
"main": "./lib/passport-google-token",
"dependencies": {
"pkginfo": "0.2.x",
"passport-oauth": "0.1.x"
},
"engines": { "node": ">= 0.4.0" },
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"keywords": ["passport", "google", "auth", "authn", "authentication", "identity"]
}