UNPKG

node-red-contrib-rdkafka-secure

Version:

Node-RED module for secure Apache Kafka publish/subscribe using the librdkafka C library

34 lines (33 loc) 874 B
{ "name": "node-red-contrib-rdkafka-secure", "version": "0.3.1", "description": "Node-RED module for secure Apache Kafka publish/subscribe using the librdkafka C library", "dependencies": { "node-rdkafka": "^2.11.0" }, "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@github.com:dalelane/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/dalelane/node-red-contrib-rdkafka" }