UNPKG

@heroku/no-kafka

Version:

Apache Kafka 0.9 client for Node.JS

44 lines (43 loc) 1.01 kB
{ "name": "@heroku/no-kafka", "description": "Apache Kafka 0.9 client for Node.JS", "homepage": "http://github.com/heroku/no-kafka", "author": "Jeff Dickey", "version": "2.4.1", "main": "./lib/index.js", "keywords": [ "kafka" ], "dependencies": { "bin-protocol": "^3.0.0", "bluebird": "^3.3.3", "buffer-crc32": "^0.2.5", "hashring": "^3.2.0", "lodash": "^4.5.0", "nice-simple-logger": "^1.0.1", "snappyjs": "^0.6.0", "wrr-pool": "^1.0.3" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^5.2.0", "eslint": "^2.2.0", "eslint-config-magictoolbox": "^0.0.2", "istanbul": "^0.4.2", "mocha": "^2.4.5", "sinon": "^1.4.0", "sinon-chai": "^2.8.0" }, "bugs": { "url": "https://github.com/heroku/no-kafka/issues" }, "scripts": { "test": "make" }, "repository": { "type": "git", "url": "https://github.com/heroku/no-kafka.git" }, "readmeFilename": "README.md", "license": "MIT" }