forked from zhr85210078/node-mongodb-es-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "es-mongodb-sync",
"version": "2.1.24",
"description": "nodejs mongodb elasticsearch synchrodata",
"main": "app.js",
"scripts": {
"start": "node --max-old-space-size=4096 app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "horan",
"contributors": [
{
"name": "happysw",
"email": "sunweiconfidence@126.com",
"url": "https://github.com/sunweiconfidence"
}
],
"license": "MIT",
"dependencies": {
"app-root-path": "^2.1.0",
"bluebird": "^3.5.1",
"crypto-browserify": "^3.12.0",
"dot-object": "^1.7.0",
"elasticsearch": "^14.2.2",
"gridfs-stream": "^1.1.1",
"moment": "^2.22.1",
"mongo-oplog": "^2.1.0",
"mongodb": "^2.2.35",
"node-cron": "^2.0.1",
"promise-queue-plus": "^1.1.0",
"sane": "^3.0.0",
"stream-to-promise": "^2.2.0",
"underscore": "^1.8.3",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^1.7.2"
},
"keywords": [
"elastic",
"search",
"elastic search",
"elasticsearch",
"es",
"lucene",
"mongodb",
"mongodb sync",
"synchronization",
"sync",
"es-mongodb-sync"
],
"repository": {
"type": "git",
"url": "https://github.com/zhr85210078/node-mongodb-es-connector.git"
},
"homepage": "https://github.com/zhr85210078/node-mongodb-es-connector#readme",
"bugs": "https://github.com/zhr85210078/node-mongodb-es-connector/issues"
}