-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.2 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
36
37
38
39
40
41
42
43
44
45
{
"name": "codingclubwebsite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coding-Club-NIT-Meghalaya/CodingClubWebsite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Coding-Club-NIT-Meghalaya/CodingClubWebsite/issues"
},
"homepage": "https://github.com/Coding-Club-NIT-Meghalaya/CodingClubWebsite#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-openid-connect": "^2.4.0",
"file-upload": "^0.0.0",
"froala-editor": "^4.0.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"loopback-ssl": "^1.0.4",
"method-override": "^3.0.0",
"mongoose": "^5.11.15",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"wysiwyg-editor-node-sdk": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}