21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"name": "forgetmenot",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"express": "^4.17.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"passport": "^0.4.1",
|
|
"passport-jwt": "^4.0.0",
|
|
"shortid": "^2.2.15"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben Ramey <benramey@fastmail.com>",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|