UNPKG

syslog-client-node-tls

Version:

TCP and UDP syslog client RFC 5424 & RFC 3164

58 lines (57 loc) 1.24 kB
{ "name": "syslog-client-node-tls", "version": "1.0.0", "description": "TCP and UDP syslog client RFC 5424 & RFC 3164", "main": "index.js", "scripts": { "test": "mocha --reporter spec --exit", "coverage": "nyc --reporter=lcov --reporter=text-summary npm run test" }, "directories": { "example": "example" }, "dependencies": {}, "contributors": [ { "name": "Paul Grove", "email": "paul.a.grove@gmail.com" }, { "name": "Stephen Vickers", "email": "stephen.vickers.sv@gmail.com" }, { "name": "Tim Garthwaite", "email": "tim@mividstudios.com" }, { "name": "Seth Blumberg", "email": "sethb@pobox.com" } ], "repository": { "type": "git", "url": "git://github.com/paulgrove/node-syslog-client.git" }, "keywords": [ "logger", "logging", "syslog", "syslog-client", "syslog-logger", "syslog-logging", "tcp-syslog", "tcp-syslog-client", "udp-syslog", "udp-syslog-client", "tls" ], "author": "Paul Grove <paul.a.grove@gmail.com>", "license": "MIT", "devDependencies": { "bluebird": "^3.4.6", "chai": "^3.5.0", "mocha": "^10.1.0", "nyc": "^15.1.0" } }