{
  "dependencies": {
    "form-urlencoded": "^1.5.1"
  },
  "name": "stripe-client",
  "description": "React Native Stripe wrapper that makes using Stripe with React Native safe and easy in iOS/Android.",
  "keywords": [
    "stripe",
    "payment processing",
    "credit cards",
    "api",
    "react-native",
    "react",
    "expo",
    "native",
    "token"
  ],
  "version": "1.1.5",
  "main": "index.js",
  "devDependencies": {
    "fetch-mock": "^5.12.1",
    "jasmine-promise-wrapper": "^0.0.3",
    "jest-expo": "^18.0.0",
    "react-native": "^0.46.0"
  },
  "scripts": {
    "test": "node_modules/jest/bin/jest.js"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expo/stripe-expo.git"
  },
  "author": "Jeffrey Da",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/stripe-expo/issues"
  },
  "homepage": "https://github.com/expo/stripe-expo#readme"
}
