forked from ritstudentgovernment/passport-saml-example
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 710 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 710 Bytes
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
{
"name": "bu-upe-authenticator",
"version": "1.0.0",
"description": "Connects BU UPE applications to BU Kerberos for login.",
"dependencies": {
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"firebase-admin": "^9.0.0",
"firestore-store": "^2.0.1",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-saml": "^1.3.3",
"serve-favicon": "^2.5.0",
"uuid": "^8.2.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"scripts": {
"start": "node app.js",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
}
}