{ "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" } }