cloudfront-invalidate-cli
Version:
A CLI for invalidating cloudfront distributions that's a bit easier to use than the official AWS CLI.
37 lines (36 loc) • 901 B
JSON
{
"name": "cloudfront-invalidate-cli",
"version": "1.4.0",
"description": "A CLI for invalidating cloudfront distributions that's a bit easier to use than the official AWS CLI.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/simon-paris/node-cloudfront-invalidate-cli.git"
},
"keywords": [
"cli",
"aws",
"cloudfront",
"invalidate",
"aws-cli",
"cdn"
],
"author": "Simon Paris",
"license": "MIT",
"bugs": {
"url": "https://github.com/simon-paris/node-cloudfront-invalidate-cli/issues"
},
"homepage": "https://github.com/simon-paris/node-cloudfront-invalidate-cli",
"preferGlobal": true,
"bin": {
"cf-invalidate": "index.js"
},
"dependencies": {
"aws-sdk": "^2.3.3",
"ini": "^1.3.4",
"yargs": "^6.6.0"
}
}