hapi-cloudwatch
Version:
log requests to AWS cloudwatch
38 lines (37 loc) • 858 B
JSON
{
"author": "clarkie",
"bugs": {
"url": "https://github.com/clarkie/hapi-cloudwatch/issues"
},
"dependencies": {
"cloudwatch-metrics": "1.1.0"
},
"description": "log requests to AWS cloudwatch",
"devDependencies": {
"ava": "0.19.1",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.2.0",
"hapi": "16.1.0",
"sinon": "2.2.0"
},
"homepage": "https://github.com/clarkie/hapi-cloudwatch#readme",
"keywords": [
"hapi",
"AWS",
"cloudwatch",
"logging"
],
"license": "MIT",
"name": "hapi-cloudwatch",
"repository": {
"type": "git",
"url": "git+https://github.com/clarkie/hapi-cloudwatch.git"
},
"scripts": {
"lint": "eslint *.js lib/*.js",
"test": "ava --verbose",
"ci": "npm run lint && npm run test"
},
"version": "1.0.1"
}