{
  "name": "express-demo",
  "version": "1.0.0",
  "description": "Sample that shows how tu use @new10com/jwks-rsa with Express",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "keywords": [
    "jwks-rsa",
    "jwt",
    "rs256",
    "express"
  ],
  "author": "Sandrino Di Mattia",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.2.0",
    "express": "^4.14.0",
    "express-jwt": "^3.4.0"
  }
}
