-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cloud-club-website",
"version": "0.1.1",
"description": "2020-2021. Affiliated with the Engineering Society at the University of Toronto.",
"main": "index.js",
"apidoc": {
"title": "CloudClub API Documentation",
"url": "http://localhost/api"
},
"scripts": {
"test": "mocha test/backend --timeout 20000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudClub-uoft/cloud-club-website.git"
},
"author": "CloudClub",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudClub-uoft/cloud-club-website/issues"
},
"homepage": "https://github.com/CloudClub-uoft/cloud-club-website#readme",
"dependencies": {
"@slack/webhook": "^6.0.0",
"aws-sdk": "^2.1043.0",
"bad-words": "^3.0.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap-social": "^5.1.1",
"connect-redis": "^5.1.0",
"db-migrate": "^0.11.13",
"db-migrate-mysql": "^2.2.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.3.1",
"express-session": "^1.17.1",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.5",
"quill": "^1.3.6",
"redis": "^3.1.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.0.0",
"prettier": "2.6.2"
},
"engines": {
"node": "12.x"
}
}