{
  "name": "russitto-fastify-jwt",
  "version": "0.7.1",
  "description": "JWT utils for Fastify",
  "main": "jwt.js",
  "engines": {
    "node": ">6"
  },
  "scripts": {
    "test": "standard && tap test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/russitto/fastify-jwt.git"
  },
  "keywords": [
    "jwt",
    "json",
    "token",
    "jsonwebtoken",
    "fastify"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/russitto/fastify-jwt/issues"
  },
  "homepage": "https://github.com/russitto/fastify-jwt#readme",
  "dependencies": {
    "fastify-plugin": "^1.2.0",
    "http-errors": "^1.7.1",
    "jsonwebtoken": "^8.3.0",
    "steed": "^1.1.3"
  },
  "devDependencies": {
    "fastify": "^1.11.2",
    "standard": "^12.0.1",
    "tap": "^12.0.1"
  }
}
