-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 954 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
40
{
"name": "hiking",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"backend": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"actions-on-google": "^3.0.0",
"async": "^3.2.3",
"bcrypt": "^5.0.1",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dialogflow": "^1.2.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"i": "^0.3.7",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongoose": "^6.3.1",
"multer": "^1.4.4",
"nodemailer": "^6.7.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}