cwlogs
Version:
Node.js stream-based access to CloudWatch Logs
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "cwlogs",
"version": "1.0.3",
"description": "Node.js stream-based access to CloudWatch Logs",
"main": "index.js",
"scripts": {
"pretest": "eslint index.js test bin lib",
"test": "nyc tape test/*.test.js",
"coverage": "nyc --reporter html tape test/*.test.js && opener coverage/index.html",
"docs": "documentation readme index.js --section 'Node.js API' --quiet"
},
"bin": {
"cwlogs": "bin/cwlogs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/cwlogs.git"
},
"keywords": [
"AWS",
"CloudWatch",
"Logs"
],
"author": "Mapbox",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/cwlogs/issues"
},
"homepage": "https://github.com/mapbox/cwlogs#readme",
"devDependencies": {
"aws-sdk-mock": "1.2.0",
"documentation": "^4.0.0-beta9",
"eslint": "^3.1.1",
"nyc": "^7.1.0",
"opener": "^1.4.1",
"tape": "^4.6.0"
},
"dependencies": {
"aws-sdk": "^2.3.17",
"minimist": "^1.2.0"
}
}