-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "openpay-react-native",
"version": "1.0.8",
"description": "Generates the device_session_id and tokenize the credit cards with Openpay.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-pay/openpay-react-native.git"
},
"bugs": {
"url": "https://github.com/open-pay/openpay-react-native/issues"
},
"homepage": "http://openpay.mx/",
"keywords": [
"openpay",
"react",
"react-native",
"payments",
"ios",
"android",
"react-native-component",
"credit-card"
],
"author": "Federico Balderas <federico.balderas@openpay.mx>, Enrique Aguilar <eaguilar@weepec.com>",
"license": "MIT",
"dependencies": {
"buffer": "^5.2.0",
"react-native-credit-card-input-fullpage": "WeepecLabs/react-native-credit-card-input-fullpage#master",
"react-native-device-info": "^0.22.2",
"react-native-elements": "^0.19.1",
"sprintf-js": "^1.1.1",
"user": "0.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"patch-package": "^5.1.1",
"postinstall-postinstall": "^1.0.0"
}
}