winston-sqs-transport
Version:
An Amazon Simple Queue Service Transport for Winston
39 lines (38 loc) • 874 B
JSON
{
"name": "winston-sqs-transport",
"description": "An Amazon Simple Queue Service Transport for Winston",
"version": "0.2.0",
"author": "Diego Moreno <diegomjv@gmail.com>",
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/diegomjv/winston-sqs.git"
},
"keywords": [
"winston",
"amazon",
"sqs",
"notification",
"logging",
"transport"
],
"dependencies": {
"aws-sdk": "^2.592.0",
"flatted": "^2.0.1"
},
"devDependencies": {
"winston": "^3.2.1",
"vows": "0.8.x"
},
"main": "lib/winston-sqs-transports.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.8.0"
}
}