cloudwatch-winston-wrapper
Version:
Overloads Winston logger with new Transport to publish Metric Data in AWS CloudWatch
18 lines (17 loc) • 523 B
JSON
{
"name": "cloudwatch-winston-wrapper",
"version": "2.0.2",
"description": "Overloads Winston logger with new Transport to publish Metric Data in AWS CloudWatch",
"main": "index.js",
"author": "Natalia Angulo Herrera <nataliaangulo93@gmail.com> @ Touchvie",
"dependencies": {
"winston": "^2.1.1",
"aws-sdk": "^2.2.4",
"sync-request": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/touchvie/cloudwatch-winston-wrapper.git"
},
"license": "MIT"
}