react-native-paypal
Version:
React Native library that implements PayPal Checkout flow using purely native code
31 lines (30 loc) • 722 B
JSON
{
"name": "react-native-paypal",
"version": "4.1.0",
"description": "React Native library that implements PayPal Checkout flow using purely native code",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"paypal",
"checkout",
"paypal-checkout",
"braintree",
"android",
"ios",
"payment"
],
"author": "Smarkets Ltd",
"license": "MIT",
"homepage": "https://github.com/smarkets/react-native-paypal#readme",
"repository": {
"type": "git",
"url": "git@github.com:smarkets/react-native-paypal.git"
},
"peerDependencies": {
"react-native": ">=0.41.2"
}
}