-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
39 lines (39 loc) · 965 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
{
"name": "elasticsearch-reindex",
"version": "1.1.17",
"description": "Elasticsearch reindex tool",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/garbin/elasticsearch-reindex.git"
},
"bin": {
"elasticsearch-reindex": "./bin/elasticsearch-reindex.js"
},
"keywords": [
"elasticsearch",
"reindex",
"tool"
],
"author": "Garbin Huang <garbinh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/garbin/elasticsearch-reindex/issues"
},
"homepage": "https://github.com/garbin/elasticsearch-reindex",
"dependencies": {
"agentkeepalive": "^3.0.0",
"async": "^1.5.0",
"bluebird": "^3.3.4",
"bunyan": "^1.2.0",
"commander": "^2.4.0",
"elasticsearch": "^13.0.0",
"event-emitter": "^0.3.1",
"http-aws-es": "^1.1.3",
"moment": "^2.8.3",
"pace": "0.0.4",
"progress": "^1.1.8",
"underscore": "^1.7.0"
}
}