bunyan-aws
Version:
Write buynan logs to Amazon Web Services CloudWatch
35 lines (34 loc) • 754 B
JSON
{
"name": "bunyan-aws",
"version": "0.2.3",
"description": "Write buynan logs to Amazon Web Services CloudWatch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pling/bunyan-aws.git"
},
"keywords": [
"bunyan",
"cloudwatch",
"log",
"aws",
"Amazon"
],
"author": "Aaron Schinkowitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/pling/bunyan-aws/issues"
},
"homepage": "https://github.com/pling/bunyan-aws#readme",
"engine": "node >= 4.5.0",
"dependencies": {
"async": "^3.2.0"
},
"peerDependencies": {
"bunyan": ">= 1.8.1",
"aws-sdk": ">= 2.606.0"
}
}