passport-eve-oauth2
Version:
EVE Online ESI (OAuth 2.0) authentication strategy for Passport.
56 lines (55 loc) • 1.38 kB
JSON
{
"name": "passport-eve-oauth2",
"version": "1.0.3",
"description": "EVE Online ESI (OAuth 2.0) authentication strategy for Passport.",
"keywords": [
"passport",
"EVE Online",
"eve",
"ESI",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Andy https://github.com/webwizrd",
"email": "casualtoolcoder@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/webwizrd/passport-eve-oauth2.git"
},
"bugs": {
"url": "https://github.com/webwizrd/passport-eve-oauth2/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./lib",
"types": "./lib/index.d.ts",
"dependencies": {
"@types/passport-oauth2": "^1.4.9",
"passport-oauth2": "1.x.x"
},
"devDependencies": {
"chai": "2.x.x",
"chai-passport-strategy": "1.x.x",
"coveralls": "^3.0.2",
"make-node": "0.3.x",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0"
},
"engines": {
"node": ">= 4.0"
},
"scripts": {
"test": "nyc --reporter=text-lcov mocha | coveralls",
"test2": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}