forked from Codehackerone/parkify
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.34 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
45
46
{
"name": "parkify",
"version": "1.0.0",
"description": "Parking Web Application.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codehackerone/parkify.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Codehackerone/parkify/issues"
},
"homepage": "https://github.com/Codehackerone/parkify#readme",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.12.1",
"@supercharge/request-ip": "^1.1.2",
"axios": "^0.21.4",
"bcrypt": "^5.0.1",
"cloudinary": "^1.25.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"helmet": "^4.5.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.6.0",
"nodemon": "^2.0.7",
"request-ip": "^2.1.3",
"sanitize-html": "^2.3.3",
"serve-favicon": "^2.5.0"
}
}