forked from mstade/passport-google-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 874 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
28
29
30
31
32
33
34
35
36
{
"name": "passport-google-oauth2",
"version": "0.1.6",
"description": "Passport strategy for Google OAuth 2.0",
"main": "./lib/oauth2.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"passport-oauth2": "^1.1.2"
},
"devDependencies": {
"vows": "^0.8.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/mstade/passport-google-oauth2.git"
},
"keywords": [
"auth",
"google",
"google+",
"passportjs",
"oauth2"
],
"author": "Marcus Stade <[email protected]>, Ilya Kantor <[email protected]>, Alexis Gruet <[email protected]>, Jared Hanson",
"license": "ISC",
"bugs": {
"url": "https://github.com/mstade/passport-google-oauth2/issues"
},
"homepage": "https://github.com/mstade/passport-google-oauth2"
}