-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
31 lines (31 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-braintree-dropin-ui",
"version": "1.1.7",
"description": "> React Native integration of Braintree Drop-in IOS V4 ANDROID V2 (Apple Pay &Android Pay Enabled)",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgltony/react-native-braintree-dropin-ui.git"
},
"keywords": [
"react-native",
"braintree",
"payments",
"dropin",
"drop-in-ui"
],
"peerDependencies": {
"react-native": "*"
},
"author": "tony0130 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wgltony/react-native-braintree-dropin-ui/issues"
},
"homepage": "https://github.com/wgltony/react-native-braintree-dropin-ui#readme"
}