{
  "name": "kafka-java-bridge",
  "description": "Kafka java client wrapper. Supports kafka version 0.8 and up",
  "version": "0.2.8",
  "author": {
    "name": "LivePersonInc",
    "email": "lp-kafka-java-bridge@googlegroups.com"
  },
  "contributors": [
    {
      "name": "Eli Ostro",
      "email": "elio@liveperson.com"
    },
    {
      "name": "Reem Diab",
      "email": "reemd@liveperson.com"
    }
  ],
  "keywords": [
    "kafka",
    "java",
    "highLevelConsumer",
    "high",
    "level",
    "consumer",
    "client",
    "kafka client",
    "node",
    "kafka0.8",
    "kafka8",
    "zookeeper",
    "liveperson"
  ],
  "main": "./index.js",
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js",
    "start": "node ./index",
    "test": "grunt default --verbose"
  },
  "dependencies": {
    "app-root-path": "^2.0.1",
    "java": "~0.8.0",
    "node-int64": "^0.4.0"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "grunt": "~1.0.1",
    "grunt-available-tasks": "~0.6.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-env": "~0.4.4",
    "grunt-istanbul": "~0.7.0",
    "grunt-mocha-test": "~0.13.2",
    "grunt-node-version": "~1.0.0",
    "load-grunt-config": "~0.19.1",
    "mocha": "~3.2.0",
    "mockery": "~2.0.0",
    "sinon": "~1.17.2",
    "time-grunt": "~1.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivePersonInc/kafka-java-bridge"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.9.1",
    "npm": ">=3.10.9"
  }
}
