GenFirst/passport-bitbucket-token

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-bitbucket-token",
  "version": "1.0.0",
  "description": "Passport strategy for authenticating with Bitbucket access tokens using the OAuth 2.0 API.",
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel src --out-dir lib",
    "coveralls": "cat coverage/lcov.info | coveralls",
    "test": "babel-node ./node_modules/.bin/isparta cover _mocha"
  },
  "keywords": [
    "passport",
    "bitbucket",
    "auth",
    "authn",
    "authentication",
    "identity"
  ],
  "author": "Ivan Vasiljevic",
  "license": "MIT",
  "dependencies": {
    "passport-oauth": "1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^3.5.0",
    "chai-passport-strategy": "^1.0.0",
    "coveralls": "^2.13.0",
    "isparta": "^4.0.0",
    "mocha": "^3.2.0",
    "sinon": "^2.1.0"
  },
  "bugs": {
    "url": "https://github.com/GenFirst/passport-bitbucket-token/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GenFirst/passport-bitbucket-token.git"
  }
}