cfn-create-or-update
Version:
Create or update CloudFormation stack also if no updates are to be performed.
39 lines (38 loc) • 807 B
JSON
{
"name": "cfn-create-or-update",
"version": "1.5.2",
"description": "Create or update CloudFormation stack also if no updates are to be performed.",
"keywords": [
"AWS",
"CloudFormation",
"cfn"
],
"bin": {
"cfn-create-or-update": "./cli.js"
},
"main": "index.js",
"scripts": {
"test": "make test"
},
"author": "Michael Wittig <michael@widdix.de>",
"license": "MIT",
"dependencies": {
"aws-sdk": "2.333.0",
"inquirer": "6.2.0",
"yargs": "12.0.2",
"assert-plus": "1.0.0",
"proxy-agent": "3.0.3"
},
"devDependencies": {
"mocha": "5.2.0",
"jshint": "2.9.6",
"istanbul": "0.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/widdix/cfn-create-or-update.git"
},
"engines": {
"node": ">=6"
}
}