lulo-plugin-amazon-inspector-role
Version:
lulo Amazon Inspector Role associates Amazon Inspector with the provided IAM Role.
47 lines (46 loc) • 1.36 kB
JSON
{
"name": "lulo-plugin-amazon-inspector-role",
"version": "2.1.0",
"scripts": {
"lint": "eslint src tests",
"test-unit": "NODE_ENV=TEST istanbul cover --include-all-sources true node_modules/.bin/_mocha ./tests/unit -- --recursive",
"check-coverage": "NODE_ENV=TEST istanbul check-coverage --statement 100 --branches 100 --functions 100 --lines 100",
"test": "npm run lint && npm run test-unit && npm run check-coverage",
"prepublish": "npm test"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/carlnordenfelt/lulo-plugin-amazon-inspetor-role"
},
"keywords": [
"AWS",
"Amazon",
"CloudFormation",
"Custom Resource",
"Plugin",
"Lulo",
"Inspector",
"IAM"
],
"author": "Carl Nordenfelt",
"license": "MIT",
"issues": {
"url": "https://github.com/carlnordenfelt/lulo-plugin-amazon-inspetor-role/issues"
},
"homepage": "https://github.com/carlnordenfelt/lulo-plugin-amazon-inspetor-role",
"devDependencies": {
"aws-sdk": "*",
"chai": "3.5.0",
"coveralls": "2.11.9",
"eslint": "3.0.1",
"eslint-config-defaults": "9.0.0",
"eslint-plugin-filenames": "1.0.0",
"eslint-plugin-import": "1.10.2",
"istanbul": "0.4.4",
"mocha": "2.5.3",
"mockery": "1.7.0",
"should": "9.0.2",
"sinon": "1.17.4"
}
}