expressCart/app.json

18 lines
469 B
JSON
Raw Normal View History

2018-02-06 01:26:36 +10:00
{
"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"
]
}