UNPKG

loggly

Version:

A client implementation for Loggly cloud Logging-as-a-Service API

35 lines (34 loc) 772 B
{ "name": "loggly", "description": "A client implementation for Loggly cloud Logging-as-a-Service API", "version": "1.1.1", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "repository": { "type": "git", "url": "http://github.com/winstonjs/node-loggly.git" }, "keywords": [ "cloud computing", "api", "logging", "loggly" ], "dependencies": { "request": "2.75.x", "timespan": "2.3.x", "json-stringify-safe": "5.0.x" }, "devDependencies": { "common-style": "^3.1.0", "vows": "0.8.x" }, "main": "./lib/loggly", "scripts": { "pretest": "common lib/**/*.js lib/*.js test/helpers.js", "test": "vows test/*-test.js --spec" }, "license": "MIT", "engines": { "node": ">= 0.8.0" } }