sumologic
Version:
Sync Application logs to sumo logic directly via their http API
35 lines (34 loc) • 779 B
JSON
{
"name": "sumologic",
"version": "1.0.2",
"description": "Sync Application logs to sumo logic directly via their http API",
"main": "sumo.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helix-collective/node-sumologic.git"
},
"keywords": [
"sumo",
"logic",
"sumo-logic",
"sumologic"
],
"author": "Jeeva Suresh",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/helix-collective/node-sumologic/issues"
},
"homepage": "https://github.com/helix-collective/node-sumologic#readme",
"dependencies": {
"request": "2.79.0",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.5"
}
}