-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.82 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.82 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
{
"_from": "git+https://github.com/fenglu09/react-native-smart-barcode.git",
"_id": "react-native-smart-barcode@1.0.8",
"_inBundle": false,
"_location": "/react-native-smart-barcode",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "react-native-smart-barcode@git+https://github.com/fenglu09/react-native-smart-barcode.git",
"name": "react-native-smart-barcode",
"escapedName": "react-native-smart-barcode",
"rawSpec": "git+https://github.com/fenglu09/react-native-smart-barcode.git",
"saveSpec": "git+https://github.com/fenglu09/react-native-smart-barcode.git",
"fetchSpec": "https://github.com/fenglu09/react-native-smart-barcode.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/fenglu09/react-native-smart-barcode.git#775fb7b6543aa596f2c836b7da81c4147f0d0ca5",
"_spec": "react-native-smart-barcode@git+https://github.com/fenglu09/react-native-smart-barcode.git",
"_where": "/Users/Jason/Work/mushroomRN",
"author": {
"name": "HISAME SHIZUMARU"
},
"bugs": {
"url": "https://github.com/react-native-component/react-native-smart-barcode/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A smart barcode scanner component for React Native app",
"homepage": "https://github.com/react-native-component/react-native-smart-barcode#readme",
"keywords": [
"react-native",
"smart",
"barcode",
"scan"
],
"license": "MIT",
"main": "Barcode.js",
"name": "react-native-smart-barcode",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-component/react-native-smart-barcode.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.2"
}