-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
42
43
{
"name": "elasticsearch-reindex",
"version": "1.1.10",
"description": "Elasticsearch reindex tool",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/garbin/elasticsearch-reindex.git"
},
"bin": {
"es-reindex": "./bin/elasticsearch-reindex.js",
"es-reindex-add-to-alias": "./bin/es-reindex-add-to-alias.js",
"es-reindex-create-index": "./bin/es-reindex-create-index.js"
},
"keywords": [
"elasticsearch",
"reindex",
"tool"
],
"author": "Garbin Huang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/garbin/elasticsearch-reindex/issues"
},
"homepage": "https://github.com/garbin/elasticsearch-reindex",
"dependencies": {
"URIjs": "^1.14.1",
"async": "^0.9.0",
"bunyan": "^1.2.0",
"commander": "^2.4.0",
"elasticsearch": "^4.0.2",
"event-emitter": "^0.3.1",
"moment": "^2.8.3",
"pace": "0.0.4",
"progress": "^1.1.8",
"q": "^1.4.1",
"underscore": "^1.7.0",
"prettyjson": "^1.1.3"
}
}