{
  "name": "splog",
  "description": "A NodeJS library which provides a syslog-like remote logging interface",
  "version": "0.1.9",
  "homepage": "https://github.com/applovin/nodejs-splog",
  "author": "mattbornski",
  "contributors": [
    "robbierusso"
  ],
  "keywords": ["rsyslog", "logging", "remote", "tcp"],
  "main": "lib/index.js",
  "directories" : {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/applovin/nodejs-splog"
  },
  "bundleDependencies": [],
  "dependencies": [],
  "devDependencies": {
    "mocha": "1.x"
  },
  "scripts": {
    "test": "mocha"
  },
  "engine": {
    "node": ">=0.4"
  }
}
