forked from denilsonjvv/RandomQuestions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"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": {
"dev": "nodemon -r dotenv/config app.js",
"start": "node app.js"
},
"keywords": [
"project",
"tasks"
],
"author": "Denilson Velasquez",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"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": "^2.0.15",
"normalize.css": "^8.0.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.0"
},
"devDependencies": {
"dotenv": "^8.6.0"
}
}