-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
46
47
{
"name": "questions",
"version": "1.1.1",
"description": "A simple team management web app that aims to reach steady results for your projects.",
"main": "app.js",
"scripts": {
"start": "nodemon -r dotenv/config app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"project",
"tasks"
],
"author": "Denilson Velasquez",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.25.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^2.7.4",
"ejs-lint": "^1.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"formidable": "^1.2.2",
"method-override": "^3.0.0",
"mongodb": "^3.6.9",
"mongoose": "^5.12.12",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.19.4",
"normalize.css": "^8.0.1",
"npm": "^7.15.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"quill-delta": "^4.2.2",
"random-words": "^1.1.1"
},
"devDependencies": {
"dotenv": "^8.6.0",
"prettier": "2.8.8"
}
}