-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 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
57
58
{
"name": "startier",
"version": "1.0.0",
"description": "A webapp which focus on providing a great platform to students where they can learn, compete and grow together",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Priyankcoder/STARTIER.git"
},
"keywords": [
"Webapp",
"learning",
"growing",
"competing",
"platform"
],
"author": "Priyank Rastogi and Sushant Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/Priyankcoder/STARTIER/issues"
},
"homepage": "https://github.com/Priyankcoder/STARTIER#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"http-status-codes": "^1.4.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.24",
"mongoose-type-email": "^1.0.12",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.16",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-local-mongoose": "^6.0.1"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}