-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
29 lines (29 loc) · 781 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
{
"name": "LdapOtpExample",
"version": "1.0.0",
"description": "LDAP radius onetime oidc password example",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzakharchenko/keycloak-radius-plugin.git"
},
"author": "vzakharchenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/vzakharchenko/keycloak-radius-plugin/issues"
},
"homepage": "https://github.com/vzakharchenko/keycloak-radius-plugin#readme",
"dependencies": {
"body-parser": "*",
"express": "*",
"express-handlebars": "*",
"node-radius-client": "*",
"node-radius-utils": "*",
"path": "*",
"hbs": "*"
}
}