23 lines
524 B
JSON
23 lines
524 B
JSON
{
|
|
"name": "forgetmenot",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"express": "^4.17.1",
|
|
"express-async-handler": "^1.1.4",
|
|
"express-jwt": "^6.1.0",
|
|
"express-jwt-authz": "^2.4.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwks-rsa": "^2.0.4",
|
|
"shortid": "^2.2.15"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben Ramey <benramey@fastmail.com>",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|