-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "oidc-lescommuns",
"version": "1.0.0",
"description": "application de test du service login.lescommuns",
"main": "app.js",
"scripts": {
"start": "nodemon --exec \"npm run run\" -e js,html,css --watch src --ignore configuration.js",
"run": "node ./src/server/app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonLouvet/OIDC-LesCommuns.git"
},
"author": "simon.louvet.zen@æmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonLouvet/OIDC-LesCommuns/issues"
},
"homepage": "https://github.com/simonLouvet/OIDC-LesCommuns#readme",
"devDependencies": {
"nodemon": "^1.19.1"
},
"dependencies": {
"base64url": "^3.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.16.2",
"fs": "0.0.1-security",
"http": "0.0.0",
"jsonwebtoken": "^8.5.1",
"node-jose": "^1.1.3",
"openid-client": "^3.5.0",
"passport": "^0.4.0",
"request": "^2.88.0"
}
}