UNPKG

file-to-sumo

Version:

stream logs from a file to sumologic hosted collector

47 lines (46 loc) 1.08 kB
{ "name": "file-to-sumo", "version": "1.3.2", "description": "stream logs from a file to sumologic hosted collector", "main": "lib/service/logcontroller.js", "scripts": { "build": "babel -d lib src", "style": "jscs src --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sauravksingh/file-to-sumo.git" }, "author": "sauravksingh", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sauravksingh/file-to-sumo/issues" }, "homepage": "https://github.com/sauravksingh/file-to-sumo#readme", "dependencies": { "fs": "0.0.1-security", "jscs": "^3.0.7", "node.tail": "0.0.5", "path": "^0.12.7", "sumo-logger": "^1.5.0", "uuid": "^3.2.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0" }, "keywords": [ "sumologic", "js-sdk", "jslogger", "sumologiclogs", "javascript", "filelogs", "sumo", "cimpress", "dninjas", "collector", "hosted" ] }