-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 929 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "queryda",
"version": "1.0.8",
"description": "watch/report/alert tool for elasticsearch",
"author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>",
"keywords": [
"elasticsearch",
"cassandra",
"elassandra",
"alarming",
"alerting",
"monitoring",
"watcher",
"notification"
],
"bin": {
"queryda": "./bin/queryda"
},
"repository": {
"type": "git",
"url": "https://github.com/lmangani/queryda"
},
"dependencies": {
"cassandra-driver": "^3.3.0",
"jexl": "^1.1.4",
"loglevel": "^1.2.0",
"url": "*",
"yargs": "^3.4.5"
},
"devDependencies": {
"chai": "^2.1.1",
"mocha": "^2.2.1",
"mockery": "^1.4.0"
},
"engines": {
"node": ">=0.8.0"
},
"license": "MIT",
"scripts": {
"test": "./test_elastic.sh && test_cassandra.sh",
"test_elastic": "./test_elastic.sh",
"test_cassandra": "./test_cassandra.sh"
}
}