forked from bitsensor/elastalert-kibana-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
39
{
"name": "elastalert",
"version": "0.1.1",
"description": "This plugin is Kibana plugin UI for the alerting system ElastAlert.",
"main": "index.js",
"kibana": {
"version": "kibana"
},
"scripts": {
"lint": "eslint",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test_server",
"test:browser": "plugin-helpers test_browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.0.2",
"@elastic/plugin-helpers": "^6.0.0",
"babel-eslint": "4.1.8",
"chai": "^3.5.0",
"eslint": "1.10.3",
"eslint-plugin-mocha": "1.1.0"
},
"dependencies": {
"@bitsensor/elastalert": "^0.0.5",
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-aria": "1.4.7",
"angular-hotkeys": "^1.7.0",
"angular-material": "^1.1.0",
"angular-ui-codemirror": "^0.3.0",
"boom": "^4.0.0",
"codemirror": "^5.18.2",
"material-colors": "^1.1.1",
"micromatch": "^2.3.11",
"path": "^0.12.7"
}
}