-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1008 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1008 Bytes
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
{
"name": "multi-reindex",
"version": "0.0.4",
"description": "Reindex multiple elasticsearch indices, save your progress, mutate your data in-flight.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/node-packages/multi-reindex.git"
},
"scripts": {
"test": "gulp test"
},
"author": "Eric Hacke",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"istanbul": "^0.4.3"
},
"dependencies": {
"bluebird": "^3.3.5",
"bunyan": "^1.8.1",
"bunyan-prettystream": "^0.1.3",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"decache": "^3.0.5",
"elasticsearch": "^11.0.1",
"gulp-exit": "0.0.2",
"ioredis": "^1.15.1",
"lodash": "^4.12.0",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"schema-inspector": "^1.6.4",
"stdio": "^0.2.7"
}
}