payments
Version:
Lists various payment methods. Used by Wix Restaurants for payment configuration.
24 lines (23 loc) • 459 B
JSON
{
"name": "payments",
"description": "Lists various payment methods. Used by Wix Restaurants for payment configuration.",
"main": "dist/payments.js",
"authors": [
"Wix Restaurants"
],
"license": "Apache-2.0",
"keywords": [
"apache",
"payments",
"gateways",
"javascript"
],
"homepage": "https://github.com/wix/payments",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}