-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "elasticsearch-optimizer",
"version": "0.0.1",
"description": ":rocket: Make ES faster than ever! Check that your elasticsearch cluster is ready for production :punch:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Goyoo/elasticsearch-optimizer.git"
},
"keywords": [
"elasticsearch",
"optimize",
"check",
"performance",
"test",
"elastic"
],
"author": "Guillaume Verbal",
"license": "ISC",
"bugs": {
"url": "https://github.com/Goyoo/elasticsearch-optimizer/issues"
},
"bin": {
"elasticsearch-optimizer": "index.js",
"es-optimizer": "index.js"
},
"homepage": "https://github.com/Goyoo/elasticsearch-optimizer#readme",
"dependencies": {
"async": "^2.0.1",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"humanize": "0.0.9",
"moment": "^2.14.1",
"request": "^2.74.0",
"validator": "^5.6.0"
}
}