-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "toohungry",
"version": "1.0.0",
"description": "online-food-delivery",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"audit": "0.0.6",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"firebase-tools": "^3.19.3",
"fix": "0.0.6",
"hotnode": "0.0.8",
"instamojo-nodejs": "0.0.5",
"json-simple": "^0.9.6",
"moment": "^2.22.2",
"mongoose": "^5.1.5",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"multer-s3": "^2.7.0",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"request": "^2.87.0",
"swagger": "^0.7.5",
"underscore": "^1.9.1",
"uuid": "^3.3.2"
}
}