forked from ananth243/Profstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.27 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
{
"dependencies": {
"cookie-session": "^1.4.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mongoose": "^5.12.0",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"validator": "^13.7.0"
},
"name": "devsoc",
"description": "First off you should create the keys file in the config folder. It should be in this format:\r ```\r module.exports = {\r google: {\r clientID: 'YOUR_GOOGLE_CLIENTID.apps.googleusercontenTcom',\r clientSecret: 'Jku7vCb4m0sliI_ZZNEqWX7N'\r },\r mongodb: {\r dbURI: 'Your mongodb cloud application link'\r },\r session:{\r cookieKey: \"Any random cookie key you want like hbwdjkbvsjfbsk\"\r }\r };\r ```",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ananth243/DEVSOC.git"
},
"author": "",
"license": "ISC",
"engines": {
"node": "14.16.0"
},
"bugs": {
"url": "https://github.com/ananth243/DEVSOC/issues"
},
"homepage": "https://github.com/ananth243/DEVSOC#readme"
}