-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 820 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
35
36
{
"scripts": {
"start": "nodemon server.js"
},
"name": "nodecms",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^10.0.0",
"dropzone": "^6.0.0-beta.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.2",
"faker": "^5.5.3",
"gsap": "file:gsap-bonus.tgz",
"method-override": "^3.0.0",
"mongoose": "^6.1.3",
"multer": "^1.4.3",
"nodemailer": "^6.7.2",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15",
"winston": "^3.3.3"
}
}