-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 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": "node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-flash": "*",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-messages": "*",
"express-session": "^1.15.6",
"express-validator": "*",
"formidable": "^1.2.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"mongodb": "*",
"mongoose": "*",
"morgan": "~1.9.0",
"multer": "*",
"nodemailer": "^6.0.0",
"passport": "*",
"passport-http": "*",
"passport-local": "*"
},
"main": "index.js",
"devDependencies": {},
"author": "Rishabh,Ashmeet,Mansi",
"license": "ISC",
"description": ""
}