forked from voomflights/react-native-adyen-encrypt
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1 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
{
"name": "react-native-adyen-encrypt",
"title": "React Native Adyen Encryption",
"version": "1.2.6",
"description": "Cross platform way to encrypt cards for use with Adyen (www.adyen.com) on react native",
"main": "index.js",
"repository": "github:voomflights/react-native-adyen-encrypt",
"keywords": [
"react-native",
"adyen"
],
"author": {
"name": "Voom Pair",
"email": "[email protected]"
},
"contributors": [
"Antoine Dreessen <[email protected]> (https://plenti.dev)",
"Emily Gordon <[email protected]>",
"Evgenii Evstropov <[email protected]>",
"Kenneth Rangel <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
},
"files": [
"./index.js",
"ios/**",
"android/**",
"react-native-adyen-encrypt.podspec",
"lib/**"
]
}