react-native-braintree-payments-drop-in
Version:
React Native integration of Braintree Drop-in
29 lines (28 loc) • 659 B
JSON
{
"name": "react-native-braintree-payments-drop-in",
"version": "1.2.0",
"description": "React Native integration of Braintree Drop-in",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:bamlab/react-native-braintree-payments-drop-in.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"braintree",
"payments",
"drop-in"
],
"author": {
"name": "Louis Lagrange",
"email": "lagrange.louis@gmail.com",
"url": "https://github.com/Minishlink"
},
"license": "MIT",
"peerDependencies": {
"react-native": "*"
}
}