-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 838 Bytes
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-gitlab2",
"version": "5.0.0",
"description": "GitLab authentication strategy for Passport.",
"keywords": [
"passport",
"gitlab",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Fabio Huser",
"email": "fabio@fh1.ch"
},
"repository": {
"type": "git",
"url": "https://github.com/fh1ch/passport-gitlab2.git"
},
"bugs": {
"url": "http://github.com/fh1ch/passport-gitlab2/issues"
},
"license": "MIT",
"main": "./lib",
"dependencies": {
"passport-oauth2": "^1.4.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.13.0",
"eslint-config-google": "^0.12.0",
"mocha": "^5.2.0",
"nyc": "^13.2.0"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "mocha test/*.spec.js"
}
}