-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
57
58
{
"name": "es-mongodb-sync",
"version": "2.1.35",
"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",
"docsify": "docsify serve docs"
},
"author": "horan",
"contributors": [
{
"name": "happysw",
"email": "sunweiconfidence@126.com",
"url": "https://github.com/sunweiconfidence"
}
],
"license": "MIT",
"dependencies": {
"app-root-path": "^2.2.1",
"bluebird": "^3.5.4",
"chokidar": "^3.0.0",
"crypto-browserify": "^3.12.0",
"dot-object": "^1.7.1",
"elasticsearch": "^16.3.0",
"gridfs-stream": "^1.1.1",
"moment": "^2.24.0",
"mongo-oplog": "^2.1.4",
"mongodb": "^3.2.3",
"n-readlines": "^1.0.0",
"node-cron": "^2.0.3",
"promise-queue-plus": "^1.2.2",
"stream-to-promise": "^2.2.0",
"underscore": "^1.9.1",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.8.0"
},
"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"
}