@chainplatform/paypal
Version:
The library allows you to use Paypal Payment with react-native without ejecting support both react-native and react-native-web.
29 lines • 971 B
JSON
{
"name": "@chainplatform/paypal",
"version": "0.1.0",
"description": "The library allows you to use Paypal Payment with react-native without ejecting support both react-native and react-native-web.",
"main": "index.js",
"devDependencies": {
"react": "*",
"react-native": "*",
"react-native-web": "*"
},
"author": "Chain Platform <santran686@gmail.com> (https://chainplatform.net/)",
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-native-web",
"react-native-webview",
"react-native-paypal-payment-webview",
"react-native-payment-webview",
"@chainplatform/paypal",
"react-native-paypal"
],
"homepage": "https://github.com/ChainPlatform/react-native-paypal-payment-webview",
"bugs": "https://github.com/ChainPlatform/react-native-paypal-payment-webview/issues",
"repository": {
"type": "git",
"url": "git://github.com/ChainPlatform/react-native-paypal-payment-webview.git"
}
}