quadpay-merchant-sdk-react-native
Version:
This library provides the ability to offer QuadPay as a payment in your app!
38 lines • 1.02 kB
JSON
{
"name": "quadpay-merchant-sdk-react-native",
"title": "React Native QuadPay SDK",
"version": "2.1.4",
"description": "This library provides the ability to offer QuadPay as a payment in your app!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quadpay/quadpay-merchant-sdk-react-native.git",
"baseUrl": "https://github.com/quadpay/quadpay-merchant-sdk-react-native"
},
"homepage": "https://quadpay.com",
"keywords": [
"react-native",
"payment",
"mobile",
"android",
"ios"
],
"author": {
"name": "Paul Sauer",
"email": "paul.sauer@quadpay.com"
},
"license": "SEE LICENSE IN LICENSE FILE",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1 <18.x",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.3"
}
}