hairyhenderson/passport-fellowshipone

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-fellowshipone",
  "version": "0.0.4",
  "description": "Fellowship One (F1) authentication strategy for Passport.",
  "keywords": [
    "passport",
    "fellowshipone",
    "F1",
    "auth",
    "authentication",
    "identity"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/hairyhenderson/passport-fellowshipone.git"
  },
  "bugs": {
    "url": "http://github.com/hairyhenderson/passport-fellowshipone/issues"
  },
  "author": {
    "name": "Dave Henderson",
    "email": "dhenderson@gmail.com"
  },
  "license": "MIT",
  "main": "./lib/passport-fellowshipone",
  "dependencies": {
    "async": "^2.0.0",
    "passport-oauth": "^1.0.0",
    "pkginfo": "^0.4.0",
    "request": "^2.69.0",
    "urijs": "^1.17.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.0",
    "istanbul": "^0.4.2",
    "mocha": "^3.0.0",
    "nsp": "^2.2.0",
    "should": "^11.0.0",
    "sinon": "^4.0.0",
    "standard": "^10.0.0"
  },
  "scripts": {
    "test": "make test-travis"
  },
  "engines": {
    "node": ">= 4"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "after",
      "beforeEach",
      "afterEach"
    ]
  }
}