-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "event-manager",
"version": "1.0.0",
"description": "Event managment software",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "codeekage",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bootstrap-material-design": "^4.1.1",
"busboy-body-parser": "^0.3.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.1.0",
"handlebars": "^4.0.11",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.0.12",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.3",
"socket.io": "^2.1.0"
},
"engines": {
"node": "8.10.0",
"npm": "5.6.0"
}
}