UNPKG

aws-resource-remediation

Version:

A module to remediate AWS resources.

31 lines (30 loc) 722 B
{ "name": "aws-resource-remediation", "version": "1.0.18", "description": "A module to remediate AWS resources.", "main": "index.js", "scripts": { "test": "mocha tests/index.test.js", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- tests/index.test.js" }, "repository": { "type": "git", "url": "https://github.bmc.com/caas/aws-resource-remediation.git" }, "keywords": [ "bmc" ], "author": "kpadmawa", "license": "ISC", "devDependencies": { "chai": "3.5.0", "istanbul": "0.4.2", "mocha": "2.4.5" }, "dependencies": { "aws-sdk": "^2.7.25", "node-generic-logger": "^1.0.3", "winston": "^2.3.0", "node-action-executor": "^1.0.1" } }