forked from beta-uy/react-native-qrcode-local-image
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 803 Bytes
/
package.json
File metadata and controls
executable file
·29 lines (29 loc) · 803 Bytes
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
{
"name": "@remobile/react-native-qrcode-local-image",
"version": "1.0.3",
"qrcode-local-imagecription": "A local qrcode image parse for react-native",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"qrcode",
"local-image",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-qrcode-local-image",
"bugs": {
"url": "https://github.com/remobile/react-native-qrcode-local-image/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-qrcode-local-image.git"
}
}