forked from sentinl/sentinl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 909 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
30
{
"author": "Lorenzo Mangani <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/elasticfence/kaae.git"
},
"name": "kaae",
"version": "0.0.8",
"description": "Kibana Alert & Report App for Elasticsearch",
"main": "index.js",
"scripts": {
"lint": "eslint",
"kaae-install": "/opt/kibana/bin/kibana plugin --install kaae -u file://`pwd`/kaae-latest.tar.gz",
"kaae-remove": "/opt/kibana/bin/kibana plugin --remove kaae",
"package": "tar cfz ./kaae-latest.tar.gz --exclude .git --exclude .gitignore --exclude kaae-latest.tar.gz ./* && ls -alF kaae-latest*"
},
"dependencies": {
"later": "*",
"mustache": "*",
"emailjs": "*",
"node-slack": "*",
"node-horseman": "*"
},
"devDependencies": {
"babel-eslint": "4.1.8",
"eslint": "1.10.3",
"eslint-plugin-mocha": "1.1.0"
},
"license": "Apache-2.0"
}