{
  "name": "logstash-client",
  "version": "1.1.1",
  "description": "General logstash client with multiple transport support",
  "main": "index.js",
  "scripts": {
    "test": "tap test/",
    "cover": "istanbul cover test/*.js",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/purposeindustries/node-logstash-client.git"
  },
  "keywords": [
    "logstash",
    "logging",
    "amqp"
  ],
  "author": "Purpose Industries <dev@purposeindustries.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/purposeindustries/node-logstash-client/issues"
  },
  "homepage": "https://github.com/purposeindustries/node-logstash-client",
  "dependencies": {
    "debug": "^2.2.0",
    "reconnect-net": "0.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.0",
    "tap": "^0.4.12"
  }
}
