UNPKG

cfn

Version:

Simple AWS CloudFormation

79 lines (78 loc) 1.79 kB
{ "name": "cfn", "version": "1.8.1", "description": "Simple AWS CloudFormation", "main": "index.js", "scripts": { "test": "(standard | snazzy) && nyc mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/Nordstrom/cfn.git" }, "files": [ "*.js", "LICENSE", "*.json", "*.lock", "*.md" ], "bin": "cli.js", "keywords": [ "Cloud", "Formation", "CloudFormation", "Cloud-Formation", "Node.js", "Stack", "Deploy" ], "author": "Andy Day", "license": "MIT", "bugs": { "url": "https://github.com/Nordstrom/cfn/issues" }, "contributors": [ "Andy Day (https://github.com/andyday)", "Katie Steinberg (https://github.com/steinbergkh)", "Yun Wang (https://github.com/yunwang240)", "James Allen (https://github.com/jamesallen-vol)", "Brendan Abbott (https://github.com/brendo)", "Robert Stettner (https://github.com/robertstettner)", "Kevin McGill (https://github.com/kmcgill88)" ], "homepage": "https://github.com/Nordstrom/cfn#readme", "standard": { "globals": [ "describe", "it", "before", "beforeEach", "after", "afterEach" ] }, "dependencies": { "aws-sdk": "^2.251.1", "bluebird": "^3.4.1", "chalk": "^1.1.3", "https-proxy-agent": "^2.2.1", "lodash": "^4.17.10", "meow": "^3.7.0", "moment": "^2.22.2", "sprintf": "^0.1.5", "yamljs": "0.2.10" }, "devDependencies": { "aws-sdk-mock": "^1.6.1", "mocha": "^5.2.0", "node-uuid": "^1.4.7", "nyc": "^12.0.2", "should": "^11.1.2", "should-sinon": "0.0.5", "sinon": "^1.17.7", "snazzy": "^7.0.0", "standard": "^10.0.2" } }