-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "best_login_signup_form",
"version": "1.0.0",
"description": "login_signup_form",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "nodemon server.js",
"start": "nodemon server/index.js",
"dev": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/goshurarah/best-login-signup-form-using-nodejs.git"
},
"keywords": [
"login",
"form"
],
"author": "GOS Hurarah",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.18",
"validator": "^13.7.0"
}
}