forked from mrvautin/expressCart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
24 lines (24 loc) · 641 Bytes
/
app.json
File metadata and controls
24 lines (24 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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://raw.githubusercontent.com/mrvautin/expressCart/master/public/images/logo.png",
"keywords": [
"Shopping cart",
"express",
"mongodb",
"nodejs",
"ecommerce",
"paypal",
"stripe",
"authorize.net",
"blockonomics",
"adyen",
"instore",
"lunr",
"cart",
"shopping",
"payway",
"westpac"
]
}