{
  "name": "kafkaesque",
  "description": "A node client for kafka, supporting upwards of v0.8 of the Kafka protocol, including commit/offset/fetch API. Does not require zookeeper integration",
  "keywords": [
    "apache",
    "kafka",
    "client",
    "0.8",
    "0.9"
  ],
  "scripts": {
    "test": "grunt build"
  },
  "version": "1.0.1",
  "license": "MIT",
  "author": "Peter Elger (http://www.nearform.com/)",
  "contributors": [
    "Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)",
    "Glen Keane <glenkeane.94@gmail.com> (http://glenkeane.me/)",
    "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)"
  ],
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "buffer-builder": "~0.1.0",
    "buffer-crc32": "~0.2.1",
    "hexy": "~0.2.5",
    "reinterval": "^1.1.0",
    "underscore": "^1.8.3",
    "uuid": "~1.4.1"
  },
  "main": "lib/kafkaesque",
  "repository": {
    "type": "git",
    "url": "https://github.com/apparatus/Kafkaesque.git"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-mocha-istanbul": "^5.0.1",
    "grunt-mocha-test": "~0.7.0",
    "istanbul": "^0.4.3",
    "load-grunt-tasks": "~0.1.0",
    "matchdep": "~0.3.0",
    "mocha": "~1.13.0"
  }
}
