-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 833 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": "migriere-es",
"version": "0.1.1",
"description": "A tool to migrate elastic search mappings. It works by creating a new index each time a migration runs and then moves the data to the new index. The latest index is aliased to a name that can be used consistently.",
"bin": {
"migriere-es": "bin/migriere-es"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojung/migriere-es.git"
},
"keywords": [
"elastic",
"search",
"mapping",
"migration"
],
"author": "Oskar Jung",
"license": "ISC",
"bugs": {
"url": "https://github.com/ojung/migriere-es/issues"
},
"homepage": "https://github.com/ojung/migriere-es#readme",
"dependencies": {
"bluebird": "^3.5.0",
"commander": "^2.9.0",
"elasticsearch": "^12.1.3",
"lodash": "^4.17.4"
}
}