payu-non-seam-less-react
Version:
React native wrapper built upon PayU's CheckoutPro SDK for Android and iOS
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "payu-non-seam-less-react",
"title": "PayUCheckoutPro React Native Module",
"version": "3.3.4",
"description": "React native wrapper built upon PayU's CheckoutPro SDK for Android and iOS",
"main": "index.js",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.js",
"react-native-biz-sdk.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"version": "./version-ios.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/payu-intrepos/payu-non-seamless-react.git",
"baseUrl": "https://github.com/payu-intrepos/payu-non-seamless-react"
},
"keywords": [
"react-native",
"payu-india",
"android",
"ios",
"react"
],
"author": {
"name": "PayU Mobile",
"email": "mobile@payu.in"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.66.5"
}
}