forked from bitpay/cordova-plugin-qrscanner
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 737 Bytes
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
{
"name": "cordova-plugin-background-barcode-scanner",
"version": "3.1.0",
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
"cordova": {
"id": "cordova-plugin-background-barcode-scanner",
"platforms": [
"ios"
]
},
"keywords": [
"cordova",
"qr",
"qr code",
"scanner",
"reader",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-browser",
"UMD",
"library",
"electron",
"NW.js"
],
"author": "Jason Dreyzehner",
"license": "MIT",
"homepage": "https://github.com/bitpay/cordova-plugin-qrscanner",
"main": "www/background-barcode-scanner.js",
"dependencies": {},
"devDependencies": {},
"config": {}
}