UNPKG

node-red-contrib-rdkafka

Version:

Node-Red module for Apache Kafka publish/subscribe using the Confluent librdkafka C library

34 lines (33 loc) 878 B
{ "name": "node-red-contrib-rdkafka", "version": "0.2.2", "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 <hans@confluent.io> (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" }