From a181be17d5f3cbdea0cc0022c535e77933ad3f9c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 11 Dec 2022 23:23:51 +0600 Subject: [PATCH] add implies --- src/technologies/s.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index f05f9cb3c..d8858433b 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5491,6 +5491,11 @@ ], "description": "Storeino is an ecommerce platform that enables businesses and physical store owners to open a professional online store and sell products online regardless of their geographical location.", "icon": "Storeino.png", + "implies": [ + "Express", + "MongoDB", + "Node.js" + ], "meta": { "platform": "^Storeino$" },