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.
Merge pull request #5 from stevengill/master
Remove cordova.define & update ID for npm move
- Loading branch information
Showing
4 changed files
with
155 additions
and
120 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
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