UNPKG

934 BJSONView Raw
1{
2 "name": "passport-google-oauth",
3 "version": "0.2.0",
4 "description": "Google (OAuth) authentication strategies for Passport.",
5 "keywords": ["passport", "google", "auth", "authn", "authentication", "identity"],
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 "author": {
14 "name": "Jared Hanson",
15 "email": "jaredhanson@gmail.com",
16 "url": "http://www.jaredhanson.net/"
17 },
18 "licenses": [ {
19 "type": "MIT",
20 "url": "http://www.opensource.org/licenses/MIT"
21 } ],
22 "main": "./lib/passport-google-oauth",
23 "dependencies": {
24 "pkginfo": "0.3.x",
25 "passport-oauth": "^1.0.0"
26 },
27 "devDependencies": {
28 "vows": "0.8.x"
29 },
30 "scripts": {
31 "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
32 },
33 "engines": { "node": ">= 0.4.0" }
34}