UNPKG

payu-upi-bolt-ui-rn

Version:

React native wrapper built upon PayU's UPI Bolt plugin SDK for Android and iOS

52 lines (51 loc) 1.16 kB
{ "name": "payu-upi-bolt-ui-rn", "title": "PayU UPI Bolt Plugin React Native Module", "version": "1.1.1", "description": "React native wrapper built upon PayU's UPI Bolt plugin SDK for Android and iOS", "main": "index.js", "files": [ "src", "lib", "android", "ios", "cpp", "*.js", "react-native-upi-bolt.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/PayuUPIBoltReactNative.git", "baseUrl": "https://github.com/payu-intrepos/PayuUPIBoltReactNative" }, "keywords": [ "react-native", "payu-india", "android", "ios", "react", "upi", "bolt" ], "author": { "name": "PayU Mobile", "email": "mobile@payu.in" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "devDependencies": { "react": ">=17.0.2", "react-native": ">=0.66.5" } }