UNPKG

1.12 kBJSONView Raw
1{
2 "name": "phonegap-plugin-barcodescanner",
3 "version": "6.0.0",
4 "description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",
5 "cordova": {
6 "id": "phonegap-plugin-barcodescanner",
7 "platforms": [
8 "ios",
9 "android",
10 "windows",
11 "wp8",
12 "blackberry10",
13 "browser"
14 ]
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git"
19 },
20 "keywords": [
21 "ecosystem:cordova",
22 "ecosystem:phonegap",
23 "cordova-ios",
24 "cordova-android",
25 "cordova-windows",
26 "cordova-wp8",
27 "cordova-blackberry10",
28 "cordova-browser",
29 "cordova:plugin"
30 ],
31 "engines": [
32 {
33 "name": "cordova",
34 "version": ">=3.0.0"
35 }
36 ],
37 "author": "Adobe PhoneGap Team",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/phonegap/phonegap-plugin-barcodescanner/issues"
41 },
42 "homepage": "https://github.com/phonegap/phonegap-plugin-barcodescanner#readme"
43}