Skip to content

Commit 995c5e4

Browse files
committed
Update package.json
1 parent dcc94ae commit 995c5e4

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "easyqrcode-react-native",
3-
"version": "4.0.10",
4-
"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.",
5-
"main": "QRCode.min.js",
6-
"scripts": {},
7-
"homepage": "https://github.com/ushelp/EasyQRCode-React-Native#readme",
8-
"author": "Ray <[email protected]>",
9-
"directories": {
10-
"dist": "dist",
11-
"src": "src",
12-
"demo": "demo"
13-
},
14-
"repository": {
15-
"type": "git",
16-
"url": "git+https://github.com/ushelp/EasyQRCode-React-Native.git"
17-
},
18-
"keywords": [
19-
"react native qrcode",
20-
"react native easyqrcode",
21-
"qrcode",
22-
"qrcodejs",
23-
"react native",
24-
"reactnative",
25-
"rn qrcode",
26-
"reactnative qrcode",
27-
"qrcode react native",
28-
"javascript qrcode",
29-
"qrcode logo",
30-
"qrcode generator",
31-
"easyqrcode",
32-
"easyqrcodejs"
33-
],
34-
"bugs": {
35-
"url": "https://github.com/ushelp/EasyQRCode-React-Native/issues "
36-
},
37-
"license": "MIT",
38-
"dependencies": {
39-
"react-native-canvas": "^0.1.38",
40-
"react-native-svg": "^12.1.1"
41-
},
42-
"devDependencies": {},
43-
"peerDependencies": {
44-
"react-native-webview": ">=5.10.0 || >=6.1.0"
45-
}
2+
"name": "easyqrcode-react-native",
3+
"version": "4.1.0",
4+
"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.",
5+
"main": "QRCode.min.js",
6+
"scripts": {},
7+
"homepage": "https://github.com/ushelp/EasyQRCode-React-Native#readme",
8+
"author": "Ray <[email protected]>",
9+
"directories": {
10+
"dist": "dist",
11+
"src": "src",
12+
"demo": "demo"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/ushelp/EasyQRCode-React-Native.git"
17+
},
18+
"keywords": [
19+
"react native qrcode",
20+
"react native easyqrcode",
21+
"qrcode",
22+
"qrcodejs",
23+
"react native",
24+
"reactnative",
25+
"rn qrcode",
26+
"reactnative qrcode",
27+
"qrcode react native",
28+
"javascript qrcode",
29+
"qrcode logo",
30+
"qrcode generator",
31+
"easyqrcode",
32+
"easyqrcodejs"
33+
],
34+
"bugs": {
35+
"url": "https://github.com/ushelp/EasyQRCode-React-Native/issues "
36+
},
37+
"license": "MIT",
38+
"dependencies": {
39+
"react-native-canvas": "^0.1.39",
40+
"react-native-svg": "^13.14.0"
41+
},
42+
"devDependencies": {},
43+
"peerDependencies": {
44+
"react-native-webview": ">=5.10.0 || >=6.1.0"
45+
}
4646
}

0 commit comments

Comments
 (0)