forked from lancehudson/migrate-elasticseach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 886 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
{
"name": "migrate-elasticseach",
"version": "1.0.0",
"description": "Migrates data from one elasticsearch cluster to another",
"main": "index.js",
"bin": {
"migrate-elasticsearch": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lancehudson/migrate-elasticseach.git"
},
"author": "Lance Hudson <[email protected]> (http://lancehudson.com/)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/lancehudson/migrate-elasticseach/issues"
},
"homepage": "https://github.com/lancehudson/migrate-elasticseach#readme",
"dependencies": {
"ascii-progress": "^1.0.5",
"chalk": "^2.3.0",
"commander": "^2.11.0",
"debug": "^3.1.0",
"prompt-promise": "^1.0.3",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"semaphore": "^1.1.0",
"supports-color": "^5.0.0"
}
}