diff --git a/app.json b/app.json new file mode 100644 index 0000000..dd0a9ff --- /dev/null +++ b/app.json @@ -0,0 +1,17 @@ +{ + "name": "expressCart", + "description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.", + "repository": "https://github.com/mrvautin/expressCart", + "logo": "https://expresscart.markmoffat.com/assets/img/logo.png", + "keywords": [ + "Shopping cart", + "express", + "mongodb", + "nodejs", + "ecommerce", + "paypal", + "lunr", + "cart", + "shopping" + ] +}