-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "main",
"version": "1.0.0",
"description": "- Make Sign in / Sign up form - Make Simple index page - How others can contribute ?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechShek/main.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TechShek/main/issues"
},
"homepage": "https://github.com/TechShek/main#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parse": "^0.1.0",
"cloudinary": "^1.22.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"googleapis": "^39.2.0",
"hbs": "^4.1.1",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.20",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"reload": "^3.1.0",
"request": "^2.88.2"
}
}