UNPKG

logsene-cli

Version:
71 lines (70 loc) 1.74 kB
{ "name": "logsene-cli", "version": "2.3.0", "description": "Logsene command-line interface", "main": "index.js", "preferGlobal": true, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/sematext/logsene-cli.git" }, "keywords": [ "monitoring", "alerting", "log management", "sematext", "logsene" ], "author": "Marko Bonaći <marko.bonaci@sematext.com> (https://github.com/mbonaci)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sematext/logsene-cli/issues" }, "homepage": "https://github.com/sematext/logsene-cli", "dependencies": { "JSONStream": "^1.0.4", "alien-date": "^0.2.2", "asking": "^0.1.2", "async": "^1.2.1", "camel-case": "^1.1.2", "chalk": "^1.0.0", "cli-table": "^0.3.1", "colors": "^1.1.2", "configstore": "^1.0.0", "debug": "^2.6.9", "elasticsearch": "^13.2.0", "elasticsearch-streams": "^0.0.9", "end-of-stream": "^1.4.0", "jsonist": "^1.0.2", "lodash.filter": "^4.6.0", "lodash.foreach": "^4.5.0", "lodash.forown": "^4.4.0", "lodash.intersection": "^4.4.0", "lodash.isempty": "^4.4.0", "lodash.map": "^4.6.0", "lodash.pick": "^4.4.0", "lodash.size": "^4.2.0", "lodash.values": "^4.3.0", "minimist": "^1.1.1", "moment": "^2.10.3", "osenv": "^0.1.4", "request": "^2.58.0", "ronin": "^0.1.2", "safe-json-stringify": "^1.0.4", "simple-spinner": "^0.0.5", "user-home": "^1.1.1", "verror": "^1.6.0" }, "bin": { "logsene": "./bin/logsene-cli" }, "devDependencies": { "chai": "*", "generator-ronin": "^0.1.2", "mocha": "*", "yo": ">=1.0.0" } }