{
  "name": "wmf-kafka-node",
  "description": "node client for Apache kafka, only support kafka 0.8 and above",
  "version": "0.1.9",
  "main": "kafka.js",
  "dependencies": {
    "async": ">0.9 <2.0",
    "binary": "~0.3.0",
    "buffer-crc32": "~0.2.5",
    "buffermaker": "~1.2.0",
    "cassandra-uuid": "^0.0.2",
    "debug": "^2.1.3",
    "lodash": ">3.0 <4.0",
    "node-zookeeper-client": "~0.2.2",
    "optional": "^0.1.3",
    "retry": "~0.6.1"
  },
  "optionalDependencies": {
    "snappy": "^4.0.1"
  },
  "devDependencies": {
    "mocha": "^2.2.1",
    "should": "^5.2.0",
    "sinon": "~1.17.2",
    "optimist": "^0.6.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:d00rman/kafka-node.git"
  },
  "scripts": {
    "test": "make test"
  }
}
