-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 777 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "wrauth",
"version": "2.3.1",
"description": "Wrauth is a mongoose-based restful api authentication and user management framework, implemented for Mongoose and Mongodb based node application.",
"main": "index.js",
"scripts": {
"start": "clear && nodemon index.js"
},
"keywords": ["wrauth", "auth", "user-management", "mongoose-auth"],
"author": "Raphael Amponsah",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"merge-deep": "^3.0.2",
"moment": "^2.24.0",
"mongoose": "^5.9.9",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.10.0",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.3"
}
}