forked from MarnoDev/react-native-qrcode-scanner-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "react-native-qrcode-scanner-view",
"version": "2.0.1",
"description": "A Highly customizable QRCode Scanner component for React Native",
"main": "lib/index.js",
"readmeFilename": "README.md",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarnoDev/react-native-qrcode-scanner-view.git"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native-camera": ">=3.3.0"
},
"keywords": [
"react-native",
"react-native-component",
"qrcode",
"barcode",
"qrcode-scanner",
"qrcode-viewfinder",
"android",
"ios",
"marno"
],
"author": "Marno",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MarnoDev/react-native-qrcode-scanner-view/issues"
},
"homepage": "https://github.com/MarnoDev/react-native-qrcode-scanner-view#readme"
}