-
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) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 751 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": "blog_app_webkriti",
"version": "1.0.0",
"engines": {
"node": "8.10.0"
},
"description": "A simple blogging app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Gaurav",
"license": "ISC",
"dependencies": {
"alert-node": "^2.1.4",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^3.0.1",
"express": "^4.17.3",
"express-sanitizer": "^1.0.5",
"express-session": "^1.17.0",
"firebase-tools": "^7.15.1",
"joi": "^14.3.1",
"js-alert": "^1.0.4",
"method-override": "^3.0.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.15",
"popups": "^1.1.3"
}
}