winston-elasticsearch
Version:
An Elasticsearch transport for winston
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "winston-elasticsearch",
"version": "0.5.0",
"description": "An Elasticsearch transport for winston",
"main": "index",
"authors": [
{
"name": "Jacques-Olivier D. Bernier",
"url": "https://github.com/jackdbernier"
},
{
"name": "Thomas Hoppe",
"url": "https://github.com/vanthome",
"email": "thomas.hoppe@n-fuse.de"
}
],
"contributors": [
{
"name": "Andy Potanin",
"url": "https://github.com/andypotanin"
}
],
"repository": {
"type": "git",
"url": "http://github.com/vanthome/winston-elasticsearch.git"
},
"license": "MIT",
"keywords": [
"logging",
"winston",
"elasticsearch",
"transport",
"logstash"
],
"dependencies": {
"debug": "^2.4.4",
"elasticsearch": "^12.1.3",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"promise": "^7.1.1",
"retry": "^0.10.1",
"winston": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"coveralls": "^2.11.15",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-json": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"should": "^11.1.2"
},
"scripts": {
"test": "npm run lint && npm run mocha",
"lint": "eslint *.json *.js",
"mocha": "mocha ./test/*",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./test/*"
},
"engines": {
"node": ">= 6.0.0"
}
}