node-logentries
Version:
A winston-compatible wrapper library for the logentries.com service
28 lines (27 loc) • 807 B
JSON
{
"name": "node-logentries",
"description": "A winston-compatible wrapper library for the logentries.com service",
"keywords": ["log", "logging", "winston", "logentries", "logentries.com", "wrapper","api"],
"version": "0.1.4",
"homepage": "https://github.com/rjrodger/node-logentries",
"author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)",
"contributors": [
"Richard Rodger (http://richardrodger.com)",
"Mark Lacomber (https://github.com/MarkLC)"
],
"dependencies": {
},
"main": "lib/logentries",
"directories": {
"lib": "lib"
},
"repository": { "type" : "git", "url" : "https://github.com/rjrodger/node-logentries.git" },
"files":[
"package.json",
"README.md",
"lib/logentries.js"
],
"engines": {
"node": "*"
}
}