UNPKG

lulo-plugin-ec2-describe-elastic-ip-address

Version:

lulo EC2 Describe Elastic IP Address describes an existing EC2 Elastic IP. It will respond with an error if the IP Address does not exist.

47 lines (46 loc) 1.45 kB
{ "name": "lulo-plugin-ec2-describe-elastic-ip-address", "version": "1.1.0", "scripts": { "lint": "eslint src tests", "test-unit": "NODE_ENV=TEST istanbul cover --include-all-sources true -x src/**/cfn-response.js -i \"src/**/*.js\" 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-ec2-describe-elastic-ip-address" }, "keywords": [ "AWS", "CloudFormation", "Custom Resource", "Plugin", "Lulo", "ElasticIP", "IP", "EC2" ], "author": "Carl Nordenfelt", "license": "MIT", "issues": { "url": "https://github.com/carlnordenfelt/lulo-plugin-ec2-describe-elastic-ip-address/issues" }, "homepage": "https://github.com/carlnordenfelt/lulo-plugin-ec2-describe-elastic-ip-address", "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" } }