{
  "name": "react-native-mastercard",
  "version": "1.0.2",
  "description": "Masterpass Checkout SDK ReactNative module.",
  "files": ["src", "ios", "android"],
  "main": "src/index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erikpoort/react-native-mastercard.git"
  },
  "keywords": [
    "react",
    "react-native",
    "native",
    "masterpass",
    "mastercard",
    "checkout"
  ],
  "author": "Erik Poort",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/erikpoort/react-native-mastercard/issues"
  },
  "homepage": "https://github.com/erikpoort/react-native-mastercard#readme",
  "dependencies": {
  },
  "peerDependencies": {
    "react": ">=16.0.0-alpha.6",
    "react-native": ">=0.46.0"
  }
}