-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.85 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"_from": "react-native-camera",
"_id": "react-native-camera@0.9.4",
"_inBundle": false,
"_integrity": "sha512-UUpZKh+v42Yl9/o+r1Tr26+Zpla+YL8reMyXrVv3XgOvyRmzywHIErH0Y3pW6Q7WXsUw1zHS01SVc8gX0buHlg==",
"_location": "/react-native-camera",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-camera",
"name": "react-native-camera",
"escapedName": "react-native-camera",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-camera/-/react-native-camera-0.9.4.tgz",
"_shasum": "054b58a6f002a7cfae3f11f3c220f4ae393e67c0",
"_spec": "react-native-camera",
"_where": "/Volumes/Work/ReactNative/JustHive/LatestWorking/jh-mobile",
"author": {
"name": "Lochlan Wansbrough",
"email": "lochie@live.com",
"url": "http://lwansbrough.com"
},
"bugs": {
"url": "https://github.com/lwansbrough/react-native-camera/issues"
},
"bundleDependencies": false,
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-camera",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"dependencies": {
"opencollective": "^1.0.3",
"prop-types": "^15.5.7"
},
"deprecated": false,
"description": "A Camera component for React Native. Also reads barcodes.",
"homepage": "https://github.com/lwansbrough/react-native-camera",
"keywords": [
"react-native",
"react",
"native",
"camera",
"qr",
"code",
"barcode"
],
"license": "MIT",
"name": "react-native-camera",
"nativePackage": true,
"repository": {
"type": "git",
"url": "git+https://github.com/lwansbrough/react-native-camera.git"
},
"scripts": {
"postinstall": "opencollective postinstall"
},
"version": "0.9.4"
}