forked from sqrrrl/passport-google-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 811 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
37
38
39
40
{
"name": "passport-google-plus",
"description": "Passport strategy for using G+ Sign-In",
"contributors": [
{
"name": "Steve Bazyl",
"email": "[email protected]"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/sqrrrl/passport-google-plus.git"
},
"version": "0.5.1",
"main": "./lib/strategy",
"dependencies": {
"googleapis": "~1.0.0",
"green-jwt": "^0.0.8-alpha",
"passport" : "^0.2.x",
"request" : "^2.2.x",
"xtend" : "^2.x",
"async" : "^0.9.x"
},
"devDependencies": {
"should": "^4.3",
"mocha": "^2.0",
"rewire" : "^2.1",
"sinon" : "^1.12",
"nock": "^0.50"
},
"scripts": {
"test" : "mocha tests/*"
},
"keywords": [
"google",
"g+",
"passport"
],
"license": "Apache 2"
}