UNPKG

912 BJSONView Raw
1{
2 "name": "expo-payments-stripe",
3 "version": "5.0.0-rc.0",
4 "description": "Provides support for payments through Stripe and Apple Pay on iOS (in ExpoKit and bare apps), and Stripe on Android (plus Android Pay with ExpoKit and bare apps).",
5 "main": "index.js",
6 "files": [
7 "android/",
8 "ios/",
9 "src/",
10 "index.js"
11 ],
12 "keywords": [
13 "react-native",
14 "expo",
15 "payments-stripe",
16 "payments",
17 "stripe"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/expo/expo.git"
22 },
23 "bugs": {
24 "url": "https://github.com/expo/expo/issues"
25 },
26 "author": "650 Industries, Inc.",
27 "license": "MIT",
28 "homepage": "https://docs.expo.io/versions/latest/sdk/payments/",
29 "unimodulePeerDependencies": {
30 "@unimodules/core": "*"
31 },
32 "devDependencies": {
33 "expo-module-scripts": "^1.0.0"
34 },
35 "gitHead": "211a7a3ce4007e7aa10ccf6efac4b5333ec31d0a"
36}