-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1004 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "project_management_system",
"version": "1.0.0",
"description": "This project is used t manage the project related tasks in the collaberativve manner ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [
"project",
"management",
"todo",
"list",
"project",
"project",
"management",
"system",
"collaboration",
"teamup"
],
"author": "Sivamani Rameti",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^5.0.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.0",
"nodemailer": "^6.9.16",
"uuid": "^11.0.3"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}