From 3dec813febf28820fb3a25c12ff28c5a08293e80 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sat, 13 Apr 2024 07:47:59 -0400 Subject: [PATCH] Add litecart to E-Commerce (#633) --- software/litecart.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/litecart.yml diff --git a/software/litecart.yml b/software/litecart.yml new file mode 100644 index 0000000000..522bb739f4 --- /dev/null +++ b/software/litecart.yml @@ -0,0 +1,12 @@ +name: "Litecart" +website_url: "https://github.com/shurco/litecart" +source_code_url: "https://github.com/shurco/litecart" +description: "Shopping cart in 1 file (with support for payment by card or cryptocurrency)." +licenses: + - MIT +platforms: + - Go + - Docker +tags: + - E-commerce +depends_3rdparty: true \ No newline at end of file