-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 992 Bytes
/
package.json
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
{
"name": "creating-registration-and-login-form-in-nodejs-and-mongodb",
"version": "1.0.0",
"description": "This is a user login and registration app using Node.js, Express, Mongoose and express-sessions. ",
"main": "server.js",
"dependencies": {
"connect-mongo": "^3.0.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"mongoose": "^5.6.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/guruhariharaun/creating-registration-and-login-form-in-nodejs-and-mongodb"
},
"author": "GuruRoxz",
"license": "ISC",
"bugs": {
"url": "https://github.com/guruhariharaun/creating-registration-and-login-form-in-nodejs-and-mongodb"
},
"homepage": "https://github.com/guruhariharaun/creating-registration-and-login-form-in-nodejs-and-mongodb#read.me"
}