-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
33 lines (33 loc) · 877 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
{
"name": "node-red-contrib-rdkafka",
"version": "0.2.1",
"description": "Node-Red module for Apache Kafka publish/subscribe using the Confluent librdkafka C library",
"dependencies": {
"node-rdkafka": "^2.1.1"
},
"keywords": [
"node-red",
"kafka",
"rdkafka",
"librdkafka"
],
"node-red": {
"nodes": {
"rdkafka": "rdkafka/rdkafka.js"
}
},
"main": "rdkafka/rdkafka.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjespers/node-red-contrib-rdkafka.git"
},
"author": "Hans Jespersen <[email protected]> (https://github.com/hjespers)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hjespers/node-red-contrib-rdkafka/issues"
},
"homepage": "https://github.com/hjespers/node-red-contrib-rdkafka"
}