jaredhanson/passport-browserid

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-browserid",
  "version": "0.2.0",
  "description": "BrowserID authentication strategy for Passport.",
  "keywords": [
    "passport",
    "browserid",
    "auth",
    "authn",
    "authentication",
    "identity"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "contributors": [
    {
      "name": "Jared Hanson",
      "email": "jaredhanson@gmail.com"
    },
    {
      "name": "Leo McArdle",
      "email": "leomcardle@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/passport-browserid.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/passport-browserid/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "browserid-local-verify": "^0.5.0",
    "passport-strategy": "1.x.x"
  },
  "devDependencies": {
    "make-node": "0.3.x",
    "mocha": "2.x.x",
    "chai": "2.x.x",
    "chai-passport-strategy": "1.x.x",
    "sinon-chai": "^2.8.0",
    "sinon": "^1.17.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js"
  }
}