{
  "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"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib/passport-fellowshipone",
  "dependencies": {
    "URIjs": "~1.15.1",
    "async": "~0.9.0",
    "passport-oauth": "~1.0.0",
    "pkginfo": "~0.3.0",
    "request": "~2.55.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "~0.0.4",
    "istanbul": "~0.3.14",
    "jshint": "~2.7.0",
    "mocha": "~2.2.5",
    "should": "~6.0.1",
    "sinon": "~1.14.1"
  },
  "scripts": {
    "test": "make test-travis"
  },
  "engines": {
    "node": ">= 0.10.0"
  }
}
