-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
29 lines (29 loc) · 844 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": "node.js-register-login-app",
"version": "1.0.0",
"description": "This is a user login and registration app using Node.js, Express, Mongoose and express-sessions. :+1:",
"main": "server.js",
"dependencies": {
"connect-mongo": "^3.0.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongoose": "^5.13.3",
"nodemon": "^2.0.15"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FSojitra/Node.js-Register-Login-App.git"
},
"author": "foram sojitra",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSojitra/Node.js-Register-Login-App/issues"
},
"homepage": "https://github.com/FSojitra/Node.js-Register-Login-App#readme"
}