ngx-paypal-with-intent
Version:
Paypal integration for Angular 6, 7 and beyond
34 lines (33 loc) • 967 B
JSON
{
"name": "ngx-paypal-with-intent",
"version": "4.0.5",
"repository": {
"type": "git",
"url": "https://github.com/SpellChucker/ngx-paypal"
},
"author": "richard sustek",
"description": "Paypal integration for Angular 6, 7 and beyond",
"keywords": [
"Paypal",
"Angular paypal",
"Paypal integration angular"
],
"private": false,
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"main": "bundles/ngx-paypal-with-intent.umd.js",
"module": "fesm5/ngx-paypal-with-intent.js",
"es2015": "fesm2015/ngx-paypal-with-intent.js",
"esm5": "esm5/ngx-paypal-with-intent.js",
"esm2015": "esm2015/ngx-paypal-with-intent.js",
"fesm5": "fesm5/ngx-paypal-with-intent.js",
"fesm2015": "fesm2015/ngx-paypal-with-intent.js",
"typings": "ngx-paypal-with-intent.d.ts",
"metadata": "ngx-paypal-with-intent.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}