forked from ACES-ACM-IITD/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 964 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
38
39
40
41
42
43
{
"name": "acesWebsite",
"version": "0.0.1",
"description": "Website for Aces-ACM",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devclub-iitd/acesWebsite"
},
"homepage": "",
"bugs": "https://github.com/devclub-iitd/acesWebsite/issues",
"keywords": [
"MongoDB",
"Mongoose",
"full stack",
"Express",
"Node",
"javascript"
],
"scripts": {
"start": "node server.js"
},
"author": "DevClub-IITD",
"license": "MIT",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "",
"dotenv": "^1.2.0",
"ejs": "^2.5.7",
"express": "^4.12.4",
"express-fileupload": "^0.3.0",
"express-session": "^1.15.6",
"file-system": "^2.2.2",
"mongodb": "^2.2.31",
"mongoose": "^5.9.6",
"morgan": "^1.9.0",
"nodemailer": "^4.1.0",
"passport": "^0.3.0",
"passport-github": "^1.0.0",
"unzip": "^0.1.11",
"winston": "^2.4.0"
}
}