forked from getbouncer/react-native-cardverify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
44
45
46
47
48
49
{
"name": "react-native-cardverify",
"title": "React Native CardVerify",
"version": "1.0.49",
"description": "This library provides payment card scanning and verification functionality for your react-native app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getbouncer/react-native-cardverify.git",
"baseUrl": "https://github.com/getbouncer/react-native-cardverify"
},
"homepage": "https://cardscan.io",
"keywords": [
"react-native",
"card",
"scan",
"cardverify",
"cardscan",
"payment",
"mobile",
"android",
"ios",
"fraud"
],
"author": {
"name": "Adam Wushensky and Jaime Park",
"email": "[email protected]"
},
"license": "SEE LICENSE IN LICENSE FILE",
"licenseFilename": "LICENSE",
"peerDependencies": {
"react": ">=16.8.1 <18.x",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^17.0.1",
"react-native": "^0.64.0",
"@babel/preset-env": "^7.14.4"
},
"bugs": {
"url": "https://github.com/getbouncer/react-native-cardverify/issues"
},
"directories": {
"example": "example"
}
}