UNPKG

simple-cfn

Version:
75 lines (74 loc) 1.52 kB
{ "name": "simple-cfn", "version": "2.0.7", "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/pbsladek/simple-cfn.git" }, "files": [ "*.js", "LICENSE", "LICENSE-2", "*.json", "*.lock", "*.md" ], "bin": { "simple-cfn": "./cli.js" }, "keywords": [ "Cloud", "Formation", "CloudFormation", "Cloud-Formation", "Node.js", "Stack", "Deploy" ], "author": "Paul Sladek", "license": "MIT", "bugs": { "url": "https://github.com/pbsladek/simple-cfn" }, "homepage": "https://github.com/pbsladek/simple-cfn#readme", "standard": { "globals": [ "describe", "it", "before", "beforeEach", "after", "afterEach" ] }, "dependencies": { "aws-sdk": "^2.481.0", "bluebird": "^3.5.5", "chalk": "^2.4.2", "global": "^4.4.0", "https-proxy-agent": "^2.2.1", "lodash": "^4.17.15", "meow": "^5.0.0", "moment": "^2.24.0", "sprintf-js": "^1.1.2", "yamljs": "^0.3.0" }, "devDependencies": { "aws-sdk-mock": "^4.4.0", "coveralls": "^3.0.6", "mocha": "^6.1.4", "nyc": "^14.1.1", "should": "^13.2.3", "should-sinon": "^0.0.6", "sinon": "^7.3.2", "snazzy": "^8.0.0", "standard": "^14.0.2", "uuid": "^3.3.2" } }