{
  "name": "passport-fiware-oauth",
  "version": "0.3.0",
  "description": "FIWARE (OAuth) authentication strategies for Passport.",
  "keywords": [
    "passport",
    "fiware",
    "auth",
    "authn",
    "authentication",
    "identity"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/conwetlab/passport-fiware-oauth.git"
  },
  "bugs": {
    "url": "http://github.com/conwetlab/passport-fiware-oauth/issues"
  },
  "author": {
    "name": "Aitor Magán",
    "email": "amagan@conwet.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib/passport-fiware-oauth",
  "dependencies": {
    "pkginfo": "0.3.x",
    "passport-oauth": "^1.0.0",
    "request": "^2.69.0",
    "jsonwebtoken": "^8.5.1"
  },
  "devDependencies": {
    "jasmine": "^3.1.0",
    "istanbul": "0.4.x",
    "coveralls": "^3.0.0",
    "proxyquire": "^2.1.3"
  },
  "scripts": {
    "test": "JASMINE_CONFIG_PATH=test/config/jasmine.json node_modules/.bin/istanbul cover --include-all-sources -x examples/**/*.js node_modules/.bin/jasmine"
  },
  "engines": {
    "node": ">= 0.4.0"
  }
}
