-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 872 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
41
42
{
"name": "passport-bluemix",
"version": "0.1.2b",
"description": "BlueMix OAuth 2.0 authentication strategy for Passport.",
"keywords": [
"passport",
"auth",
"authn",
"authentication",
"authz",
"authorization",
"oauth",
"oauth2",
"ibm",
"bluemix",
"cloud foundry"
],
"author": "minh.hoang <[email protected]> (http://blog.minhhoang.de/)",
"repository":{
"type": "jazzhub",
"url": "https://hub.jazz.net/git/minhhoang/passport-bluemix"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth2": "1.x.x",
"passport-strategy": "*"
},
"devDependencies": {
"mocha": "*",
"chai" : "*",
"chai-passport-strategy": "*"
},
"engines": {
"node": ">= 0.4.0"
}
}