forked from gevgasparyan/rn-qr-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "rn-qr-generator",
"version": "1.4.2",
"description": "React native QR Code generator / reader",
"main": "index.js",
"types": "typings/index.d.ts",
"files": [
"/android",
"!/android/build",
"/ios",
"/*.podspec",
"/typings"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"qr",
"QR Code",
"Decode QR",
"Generate QR",
"qrcode",
"Data Matrix",
"DataMatrix",
"qr generator",
"qrcode image",
"qr decode",
"detect QR code",
"scan QR code",
"react-native qrcode generator",
"detect qr code from image"
],
"author": "Gevorg Gasparyan <[email protected]>",
"homepage": "https://github.com/gevgasparyan/rn-qr-generator#readme",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.55"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gevgasparyan/rn-qr-generator.git"
},
"bugs": {
"url": "https://github.com/gevgasparyan/rn-qr-generator/issues"
}
}