payu-custom-browser-react
Version:
React wrapper for custom-browser-react
52 lines (50 loc) • 1.13 kB
JSON
{
"name": "payu-custom-browser-react",
"version": "1.2.0",
"description": "React wrapper for custom-browser-react",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"payu-cb.podspec"
],
"scripts": {
"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"
}
}