-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "cordova-plugin-fast-barcode-scanner",
"version": "2.0.0-alpha5",
"description": "Cordova Plugin for fast, continuous scanning of barcodes",
"main": "dist/helpers/index.js",
"types": "types/index",
"files": [
"dist",
"types"
],
"cordova": {
"id": "cordova-plugin-fast-barcode-scanner",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tschaumburg/FastBarcodeScannerPlugin.git"
},
"keywords": [
"cordova",
"barcode",
"ecosystem:cordova",
"cordova-android",
"zxing"
],
"author": {
"name": "Thomas Schaumburg"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/tschaumburg/FastBarcodeScannerPlugin/issues"
},
"homepage": "https://github.com/tschaumburg/FastBarcodeScannerPlugin#readme",
"_id": "cordova-plugin-fast-barcode-scanner@2.0.0.alpha5",
"scripts": {},
"_npmVersion": "3.3.12",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "tschaumburg",
"email": "thomas@schaumburg-it.dk"
},
"maintainers": [
{
"name": "tschaumburg",
"email": "thomas@schaumburg-it.dk"
}
],
"directories": {},
"devDependencies": {
"@types/node": "^9.4.7"
}
}