-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "mobileforce-icook-backend",
"version": "1.0.0",
"description": "HNGi7 TEAM MOBILE FORCE iCOOK APP- BACKEND",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omodauda/mobileforce-iCook-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/omodauda/mobileforce-iCook-backend/issues"
},
"homepage": "https://github.com/omodauda/mobileforce-iCook-backend#readme",
"dependencies": {
"aws-sdk": "^2.699.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-promise-router": "^4.0.1",
"joi": "^14.3.1",
"mongodb": "^3.5.9",
"mongoose": "^5.9.19",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-facebook-token": "^4.0.0",
"passport-google-plus-token": "^2.1.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}