-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 845 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
{
"name": "passport-atlassian",
"version": "2.0.0",
"description": "Atlassian Oauth authentication strategy for Passport.",
"author": {
"name": "Andreas Knecht",
"email": "knecht.andreas@gmail.com"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/knecht_andreas/passport-atlassian-oauth.git"
},
"main": "./lib/passport-atlassian-oauth",
"dependencies": {
"pkginfo": "0.2.x",
"passport-oauth": "~1.0.0"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"passport",
"atlassian",
"oauth",
"auth",
"authn",
"authentication",
"identity"
],
"devDependencies": {
"ejs": "^2.3.2",
"express": "^3.21.1",
"passport": "^0.2.2"
}
}