-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 919 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
{
"name": "explorer",
"version": "1.0.0",
"description": "Web Project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kushal Bhanot",
"license": "ISC",
"engines": {
"node": "12.17.0"
},
"dependencies": {
"bl": "^4.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"locus": "^2.0.4",
"method-override": "^3.0.0",
"moment": "^2.27.0",
"mongoose": "^5.9.29",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"passport-twitter": "^1.0.4",
"stripe": "^8.114.0"
}
}