forked from codingchili/kibana-mithril
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 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
29
30
31
{
"name": "kbn-authentication-plugin",
"version": "kibana",
"kibanas": {
"5.6.4",
"5.6.2",
"5.5.0"
},
"description": "Prevents unauthorized access to kbn dashboards.",
"repository": "https://github.com/codingchili/kbn-authentication-plugin",
"license": "MIT",
"dependencies": {
"argon2-ffi": "^1.0.1",
"express": "^4.16.2",
"express-http-proxy": "^1.0.7",
"hapi": "^16.6.2",
"hapi-auth-basic": "^4.2.0",
"hapi-auth-jwt2": "^7.3.0",
"jsonwebtoken": "^8.1.0",
"ldapjs": "^1.0.1",
"mongoose": "^4.12.4",
"pug": "^2.0.0-rc.4",
"qr-image": "^3.2.0",
"request": "^2.83.0",
"speakeasy": "^2.0.0",
"url": "^0.11.0"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}