{
  "name": "react-native-button-sdk",
  "title": "React Native Button SDK",
  "version": "0.0.8",
  "description": "React Native module for using the Button SDK.",
  "author": "Cody Brouwers <cbrouwers@flipgive.com>",
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BetterTheWorld/react-native-button-sdk.git",
    "baseUrl": "https://github.com/BetterTheWorld/react-native-button-sdk"
  },
  "bugs": {
    "url": "https://github.com/BetterTheWorld/react-native-button-sdk/issues"
  },
  "homepage": "https://github.com/BetterTheWorld/react-native-button-sdk#readme",
  "directories": {
    "example": "example"
  },
  "keywords": [
    "react-native",
    "button-sdk"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {},
  "peerDependencies": {
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "np": "^6.1.0",
    "react": "16.9.0",
    "react-native": "0.61.5"
  }
}
