-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1015 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
40
{
"name": "nodejsprojectgroup5",
"version": "1.0.0",
"description": "Group 5 Project Node JS Edureka",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js",
"dev": "nodemon start.js"
},
"author": "Group 5",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/node": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.13.8",
"babel-polyfill": "^6.26.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.1",
"nginx": "^1.0.2",
"node-fetch": "^2.6.1",
"node-iplocate": "^1.0.2",
"node-localstorage": "^2.1.6",
"nodemailer": "^6.5.0",
"public-ip": "^4.0.3",
"request": "^2.88.2",
"socket.io": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}