From e91b40229df84bd9f8d0539863eca59e7c3a6fe3 Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 2 Sep 2021 15:02:03 -0400 Subject: [PATCH] Add a Stripe library (#1996) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index faa225d..f280e4b 100644 --- a/packages.json +++ b/packages.json @@ -23636,5 +23636,17 @@ "description": "cross-platform file watcher with database", "license": "MIT", "web": "https://github.com/hamidb80/watch_for_files" + }, + { + "name": "stripe", + "url": "https://github.com/iffy/nim-stripe", + "method": "git", + "tags": [ + "payments", + "library" + ], + "description": "Nim client for Stripe.com", + "license": "MIT", + "web": "https://github.com/iffy/nim-stripe" } ]