ngx-loovpay
Version:
ngx-loovpay is a solution that can be integrated into Angular applications, giving developers the possibility of integrating them into merchant applications for the purpose of collecting payments.
51 lines (50 loc) • 1.34 kB
JSON
{
"name": "ngx-loovpay",
"version": "1.0.2",
"description": "ngx-loovpay is a solution that can be integrated into Angular applications, giving developers the possibility of integrating them into merchant applications for the purpose of collecting payments.",
"author": "loov_solutions",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mounir-Holding-Tech/LoovPay_Angular_SDK"
},
"bugs": {
"url": "https://github.com/Mounir-Holding-Tech/LoovPay_Angular_SDK/issues"
},
"homepage": "https://github.com/Mounir-Holding-Tech/LoovPay_Angular_SDK",
"contributors": [
{
"name": "TCHINDA Franc Steves",
"email": "tchinda.franc@mounir-holding.com"
}
],
"keywords": [
"typescript",
"node",
"loovpay",
"payment",
"loov-solutions",
"mobile-payment"
],
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-loov.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-loov.mjs",
"esm": "./esm2022/ngx-loov.mjs",
"default": "./fesm2022/ngx-loov.mjs"
}
}
}