-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
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": "workshop-4-t17-foodstop",
"version": "1.0.0",
"description": "Run server with command:",
"main": "guessword-starter.js",
"dependencies": {
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash-plus": "^0.2.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"flash": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.5",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
},
"scripts": {
"start": "node app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/INFO30005-2021-SM1/workshop-4-t17-foodstop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/INFO30005-2021-SM1/workshop-4-t17-foodstop/issues"
},
"homepage": "https://github.com/INFO30005-2021-SM1/workshop-4-t17-foodstop#readme",
"devDependencies": {
"jest": "^27.0.4",
"nodemon": "^2.0.7",
"supertest": "^6.1.3",
"supertest-session": "^4.1.0"
}
}