-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 KB
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
47
48
49
50
51
52
53
54
55
56
{
"name": "social-tracking-application",
"version": "1.0.0",
"description": "This application is meant for tracking users",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app",
"devStart": "cross-env NODE_ENV=development nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/abdullah137/Node_Tracking_Application.git",
"keywords": [
"Tracking",
"Geolocation",
"Social",
"Media",
"Application"
],
"author": "Abdullah",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdullah137/Node_Tracking_Application/issues"
},
"homepage": "https://github.com/abdullah137/Node_Tracking_Application#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"detect-browser": "^5.3.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-handlebars": "^6.0.3",
"express-session": "^1.17.2",
"firebase": "^9.7.0",
"method-override": "^3.0.0",
"moment": "^2.29.3",
"mongoose": "^6.2.6",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.4",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"socket.io": "^4.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.15"
}
}