-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "compsoc-sso-template",
"version": "1.0.0",
"description": "compsoc committee sso template (js)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compsoc-edinburgh/compsoc-sso-template-js.git"
},
"author": "Patrick Kage ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/compsoc-edinburgh/compsoc-sso-template-js/issues"
},
"homepage": "https://github.com/compsoc-edinburgh/compsoc-sso-template-js#readme",
"dependencies": {
"aws-sdk": "^2.813.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"form-data": "^3.0.0",
"mjml": "^4.7.1",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"qs": "^6.9.4",
"sqlite": "^4.0.15",
"sqlite3": "^5.0.0",
"uuid": "^8.3.2"
}
}