leftmostcat/passport-oauth2-password-grant

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-oauth2-password-grant",
  "version": "0.0.3",
  "description": "OAuth 2.0 password grant authentication strategy for Passport.",
  "keywords": [
    "passport",
    "auth",
    "authn",
    "authentication",
    "authz",
    "authorization",
    "oauth",
    "oauth2",
    "password"
  ],
  "author": {
    "name": "Sean Burke",
    "email": "leftmostcat@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/leftmostcat/passport-oauth2-password-grant.git"
  },
  "bugs": {
    "url": "http://github.com/leftmostcat/passport-oauth2-password-grant/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "passport-strategy": "1.x.x",
    "passport-oauth2": "1.x.x",
    "oauth": "0.9.x"
  },
  "devDependencies": {
    "mocha": "2.x.x",
    "chai": "2.x.x",
    "chai-passport-strategy": "0.2.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha"
  }
}