forked from sentinl/sentinl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.83 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"author": "Lorenzo Mangani <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/sirensolutions/sentinl.git"
},
"name": "sentinl",
"version": "6.0.0",
"kibana": {
"version": "6.2.3"
},
"description": "Kibana Alert & Report App for Elasticsearch",
"main": "index.js",
"scripts": {
"test": "gulp test",
"testdev": "gulp testdev",
"testserver": "gulp testserver",
"test:coverage": "gulp coverage",
"precommit": "gulp lint",
"sentinl-install": "/opt/kibana/bin/kibi plugin --install sentinl -u file://`pwd`/sentinl-latest.tar.gz",
"sentinl-remove": "/opt/kibana/bin/kibi plugin --remove sentinl",
"package": "gulp package",
"archive": "tar cfz ./sentinl-latest.tar.gz --exclude .git --exclude .gitignore --exclude .github --exclude gradle --exclude build --exclude target --exclude sentinl-latest.tar.gz ./* && ls -alF sentinl-latest*"
},
"dependencies": {
"@elastic/datemath": "2.3.0",
"angular": "1.4.8",
"angular-ui-bootstrap": "2.5.0",
"anomaly-finder": "1.0.1",
"bluebird": "3.4.7",
"boom": "7.1.1",
"bootstrap": "3.3.7",
"decompress": "4.2.0",
"elasticsearch": "13.2.0",
"emailjs": "1.0.8",
"klaw-sync": "4.0.0",
"later": "1.2.0",
"mustache": "2.3.0",
"node-horseman": "3.3.0",
"node-slack": "0.0.7",
"puppeteer": "1.3.0",
"sum-time": "1.0.0",
"uuid": "3.1.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-plugin-angularjs-annotate": "0.8.2",
"eslint": "3.14.1",
"eslint-plugin-mocha": "4.8.0",
"gulp": "3.9.1",
"gulp-eslint": "1.1.1",
"gulp-util": "3.0.8",
"gulp-zip": "3.1.0",
"husky": "0.10.2",
"lodash": "3.10.1",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"rimraf": "2.5.4",
"rsync": "0.4.0"
},
"license": "Apache-2.0"
}