UNPKG

logentries

Version:

A wrapper library for the logentries.com service.

36 lines (35 loc) 859 B
{ "name": "logentries", "description": "A wrapper library for the logentries.com service.", "keywords": [ "log", "logging", "logentries", "logentries.com", "api" ], "version": "2.0.0", "homepage": "https://github.com/alexgorbatchev/logentries", "author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)", "contributors": [ "Alex Gorbatchev (https://github.com/alexgorbatchev)", "Richard Rodger (http://richardrodger.com)", "Mark Lacomber (https://github.com/MarkLC)" ], "dependencies": {}, "main": "lib/logentries", "scripts": { "test": "mocha test/*.test.js" }, "repository": { "type": "git", "url": "https://github.com/alexgorbatchev/logentries.git" }, "engines": { "node": "*" }, "devDependencies": { "mocha": "^1.20.0" }, "license": "BSD" }