-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 990 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "elasticsearch-kafka-connect",
"version": "0.0.1",
"description": "ElasticSearch Kafka connector",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"@elastic/elasticsearch": "^7.0.1",
"kafka-connect": "~3.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OneFit Dev <[email protected]>",
"contributors": [
{
"name": "Vladimir Boldakov",
"email": "[email protected]"
},
{
"name": "Guy Rombaut",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/onefit/elasticsearch-kafka-connect.git"
},
"keywords": [
"elasticsearch",
"kafka",
"node",
"kafka-connect"
],
"bugs": {
"url": "https://github.com/onefit/elasticsearch-kafka-connect/issues"
},
"homepage": "https://github.com/onefit/elasticsearch-kafka-connect#readme"
}