Franz is a Kafka Client for Node.JS that includes support for Zookeeper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
559 B

{
"name": "franz"
, "version": "0.0.1"
, "description": "Network based distributed tasks"
, "homepage": ""
, "keywords": ["queue", "kafka", "franz"]
, "author": "brett_langdon <brett@blangdon.com>"
, "contributors": [
{ "name": "brett_langdon", "email": "brett@blangdon.com" }
]
, "repository":{
"type": "git"
, "url": "github.com/brettlangdon/franz.git"
}
, "dependencies": {
"kafka": ">=0.2.1"
, "zookeeper":">=3.4.1-3"
}
, "main": "./lib/index.js"
, "engines": { "node": ">= 0.6.0" }
}