-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "easyqrcode-react-native",
"version": "4.0.11",
"description": "React Native QRCode generation component. Can get standard base64 image data url text or save image to file. Cross-browser QRCode generator for pure javascript. Support Dot style, Logo, Background image, Colorful, Title etc. settings. support binary mode.",
"main": "QRCode.min.js",
"scripts": {},
"homepage": "https://github.com/ushelp/EasyQRCode-React-Native#readme",
"author": "Ray <[email protected]>",
"directories": {
"dist": "dist",
"src": "src",
"demo": "demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ushelp/EasyQRCode-React-Native.git"
},
"keywords": [
"react native qrcode",
"react native easyqrcode",
"qrcode",
"qrcodejs",
"react native",
"reactnative",
"rn qrcode",
"reactnative qrcode",
"qrcode react native",
"javascript qrcode",
"qrcode logo",
"qrcode generator",
"easyqrcode",
"easyqrcodejs"
],
"bugs": {
"url": "https://github.com/ushelp/EasyQRCode-React-Native/issues "
},
"license": "MIT",
"dependencies": {
"react-native-canvas": "^0.1.39",
"react-native-svg": "^13.14.0"
},
"devDependencies": {},
"peerDependencies": {
"react-native-webview": ">=5.10.0 || >=6.1.0"
}
}