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",
|
2018-02-06 04:10:38 +10:00
|
|
|
"logo": "https://raw.githubusercontent.com/mrvautin/expressCart/master/public/images/logo.png",
|
2018-02-06 01:26:36 +10:00
|
|
|
"keywords": [
|
|
|
|
"Shopping cart",
|
|
|
|
"express",
|
|
|
|
"mongodb",
|
|
|
|
"nodejs",
|
|
|
|
"ecommerce",
|
|
|
|
"paypal",
|
|
|
|
"lunr",
|
|
|
|
"cart",
|
|
|
|
"shopping"
|
|
|
|
]
|
|
|
|
}
|