-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "cmpelab2",
"version": "1.0.0",
"description": "dropbox",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.1",
"express": "*",
"express-fileupload": "^0.3.0",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"file-system": "^2.2.2",
"kafka-node": "^2.2.3",
"mongodb": "*",
"mongoose": "*",
"nodemailer": "^4.4.0",
"passport": "*",
"passport-http": "*",
"passport-local": "*"
}
}