-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "express-hackathon",
"version": "1.0.0",
"description": "Express Hackathon Project",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "nodemon app.js"
},
"author": "Shelby & Alex",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-session": "^1.17.1",
"jade-bootstrap": "^1.0.14",
"method-override": "^3.0.0",
"mongoose": "^5.10.9",
"mongoose-bcrypt": "^1.9.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-cookie": "^1.0.8",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^3.0.0",
"uid2": "0.0.3"
},
"devDependencies": {
"expect": "^24.9.0",
"jest": "^24.9.0",
"mocha": "^6.2.0",
"nodemon": "^1.19.2"
},
"engines": {
"node": "12.x"
}
}