passport-next/passport-mocked

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@passport-next/passport-mocked",
  "version": "1.3.0",
  "description": "Mock Passport Strategy",
  "main": "./",
  "scripts": {
    "lint": "eslint --ext .js . --max-warnings 0",
    "lintfix": "eslint --ext .js . --fix",
    "test": "npm run lint && ./node_modules/.bin/mocha ./test/**/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/passport-next/passport-mocked.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/passport-next/passport-mocked/issues"
  },
  "homepage": "https://github.com/passport-next/passport-mocked",
  "dependencies": {
    "@passport-next/passport": "0.5.0"
  },
  "devDependencies": {
    "chai": "^4.x.x",
    "eslint-config-airbnb-base": "13.0.0",
    "eslint-plugin-import": "2.12.0",
    "eslint": "4.19.1",
    "mocha": "5.x.x"
  }
}