-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (38 loc) · 1.06 KB
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
{
"name": "login",
"version": "1.0.0",
"description": "Login and SignUp page Using Html css js node.js express.js MongoDB",
"homepage": "https://github.com/SidharthT-TechExpert/BrocampReportsSubmitionlistRemote#readme",
"bugs": {
"url": "https://github.com/SidharthT-TechExpert/BrocampReportsSubmitionlistRemote/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SidharthT-TechExpert/BrocampReportsSubmitionlistRemote.git"
},
"license": "ISC",
"author": "SIDHARTH T",
"type": "commonjs",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"method-override": "^3.0.0",
"mongoose": "^8.9.7",
"nocache": "^4.0.0",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"globals": "^16.1.0"
}
}