forked from taessina/react-native-paypal-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 668 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-native-paypal-wrapper",
"version": "1.3.2",
"description": "React Native PayPal Wrapper for iOS and Android",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/taessina/react-native-paypal-wrapper.git"
},
"keywords": [
"react-native",
"paypal"
],
"author": "Yao Bin Then <alvin.then@taessina.com> (https://yaobin.me)",
"license": "MIT",
"peerDependencies": {
"react": ">=15.3.1",
"react-native": ">=0.47"
},
"bugs": {
"url": "https://github.com/taessina/react-native-paypal-wrapper/issues"
},
"homepage": "https://github.com/taessina/react-native-paypal-wrapper"
}