UNPKG

852 BJSONView Raw
1{
2 "name": "passport-google-oauth",
3 "version": "0.1.1",
4 "description": "Google (OAuth 1.0 and OAuth 2.0) authentication strategies for Passport.",
5 "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" },
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/jaredhanson/passport-google-oauth.git"
9 },
10 "bugs": {
11 "url": "http://github.com/jaredhanson/passport-google-oauth/issues"
12 },
13 "main": "./lib/passport-google-oauth",
14 "dependencies": {
15 "pkginfo": "0.2.x",
16 "passport-oauth": "~0.1.3"
17 },
18 "devDependencies": {
19 "vows": "0.6.x"
20 },
21 "engines": { "node": ">= 0.4.0" },
22 "licenses": [ {
23 "type": "MIT",
24 "url": "http://www.opensource.org/licenses/MIT"
25 } ],
26 "keywords": ["passport", "google", "auth", "authn", "authentication", "identity"]
27}