forked from diogolmenezes/elastic-butler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 826 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
{
"name": "elastic-butler",
"author": "Diogo Menezes <[email protected]>",
"version": "1.0.46",
"description": "Elastic butler is a open source alternative to Elastic Stack Alerting tool",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nyc --reporter=html --reporter=lcov --reporter=text-lcov --reporter=text --report-dir=test/reports mocha -u bdd ./test/**/*.test.js --timeout 12000",
"integration": "echo \"Error: no test specified\""
},
"license": "GPLv3",
"dependencies": {
"elasticsearch": "^13.3.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongoose": "^4.12.0",
"nodemailer": "^4.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"twilio": "^3.19.2"
},
"devDependencies": {
"mocha": "^4.0.0",
"nyc": "^11.2.1"
}
}