-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1 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
{
"name": "yildiz-kafka-connect",
"version": "1.7.1",
"description": "Kafka connect connector for Yildiz Graph Database",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nodefluent/yildiz-kafka-connect.git"
},
"keywords": [
"kafka",
"kafka-connect",
"connect",
"connector",
"yildiz",
"graph",
"database",
"nodes",
"edges"
],
"author": "Holger Adam",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodefluent/yildiz-kafka-connect/issues"
},
"homepage": "https://github.com/nodefluent/yildiz-kafka-connect#readme",
"preferGlobal": true,
"bin": {
"nkc-yildiz-source": "bin/nkc-yildiz-source.js",
"nkc-yildiz-sink": "bin/nkc-yildiz-sink.js"
},
"dependencies": {
"async": "^2.6.1",
"kafka-connect": "^3.5.1",
"yildiz-js": "^3.0.0"
},
"devDependencies": {}
}