This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated ID to phonegap-plugin-barcodescanner, V3.0.0
- Loading branch information
1 parent
729f2ca
commit 50d3f0a
Showing
3 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"name": "phonegap-plugin-barcodescanner", | ||
"version": "3.0.0", | ||
"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.", | ||
"cordova": { | ||
"id": "phonegap-plugin-barcodescanner", | ||
"platforms": [ | ||
"ios", | ||
"android", | ||
"windows8", | ||
"windows", | ||
"wp8", | ||
"browser" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | ||
}, | ||
"keywords": [ | ||
"ecosystem:cordova", | ||
"ecosystem:phonegap", | ||
"cordova-ios", | ||
"cordova-android", | ||
"cordova-windows8", | ||
"cordova-windows", | ||
"cordova-wp8", | ||
"cordova-browser" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=3.0.0" | ||
} | ||
], | ||
"author": "Adobe PhoneGap Team", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/phonegap/phonegap-plugin-barcodescanner/issues" | ||
}, | ||
"homepage": "https://github.com/phonegap/phonegap-plugin-barcodescanner#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters