From 71509bd8d51b5d0c8596e0c0be81acebc68bdd63 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 21 Sep 2019 00:51:04 -0400 Subject: [PATCH] Added package atoz (#1171) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ea14314..1c3d24c 100644 --- a/packages.json +++ b/packages.json @@ -14351,5 +14351,19 @@ "description": "Amazon Web Services Signature Version 4", "license": "MIT", "web": "https://github.com/disruptek/sigv4" + }, + { + "name": "atoz", + "url": "https://github.com/disruptek/atoz", + "method": "git", + "tags": [ + "aws", + "api", + "cloud", + "amazon" + ], + "description": "Amazon Web Services (AWS) APIs", + "license": "MIT", + "web": "https://github.com/disruptek/atoz" } ]