forked from votem/mongo-stream
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 702 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 702 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
{
"name": "mongo-stream",
"version": "0.1.0",
"description": "Sync data from Mongodb to Elasticsearch",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/everyone-counts/mongo-stream"
},
"keywords": [
"mongo",
"elasticsearch",
"node",
"changestream"
],
"author": "Ben Davis <bjamin.davis@gmail.com> (https://github.com/badavis)",
"license": "MIT",
"dependencies": {
"bson": "1.0.5",
"commander": "2.13.0",
"elasticsearch": "14.1.0",
"express": "4.16.2",
"json-patch": "0.7.0",
"mongodb": "3.5.3",
"service-logger": "1.0.3"
}
}