-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 940 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "auth-module",
"version": "1.0.0",
"description": "authentication implemented in node",
"main": "app.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xerenz/node-auth-module.git"
},
"keywords": [
"auth"
],
"author": "Martin",
"license": "ISC",
"bugs": {
"url": "https://github.com/Xerenz/node-auth-module/issues"
},
"homepage": "https://github.com/Xerenz/node-auth-module#readme",
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"ejs": "^3.0.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.3",
"express-session": "^1.17.0",
"mongoose": "^5.9.7",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"save": "^2.4.0"
}
}