-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 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
39
40
41
42
43
44
45
{
"name": "chores",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Utsavjain4561/Task-Manager.git"
},
"author": "Utsav Jain",
"license": "ISC",
"bugs": {
"url": "https://github.com/Utsavjain4561/Task-Manager/issues"
},
"homepage": "https://github.com/Utsavjain4561/Task-Manager#readme",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"express-session": "^1.17.1",
"handlebars": "^4.5.0",
"mongoose": "^5.9.16",
"mongoose-validator": "^2.1.0",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.8",
"nodemailer-express-handlebars": "^2.0.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"react-flash-message": "^1.0.2",
"validator": "^13.0.0"
}
}