-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 915 Bytes
/
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
{
"name": "node-foodhub",
"version": "1.0.0",
"description": "Backend for FoodHub",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/UttamMarandi/Node-Foodhub.git"
},
"keywords": [
"Node",
"Express"
],
"author": "Uttam Marandi",
"license": "ISC",
"bugs": {
"url": "https://github.com/UttamMarandi/Node-Foodhub/issues"
},
"homepage": "https://github.com/UttamMarandi/Node-Foodhub#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"joi": "^17.6.0",
"mongoose": "^6.1.7",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}