From 50d3f0a23bb1313d128c00d9634f8ef6f4d7cc3d Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 20 May 2015 17:24:57 -0700 Subject: [PATCH] updated ID to phonegap-plugin-barcodescanner, V3.0.0 --- README.md | 8 ++++++-- package.json | 42 ++++++++++++++++++++++++++++++++++++++++++ plugin.xml | 4 ++-- 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index 2a777ba9..651e1a61 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -BarcodeScanner -============== +# PhoneGap Plugin BarcodeScanner +================================ Cross-platform BarcodeScanner for Cordova / PhoneGap. Follows the [Cordova Plugin spec](http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman). +## Installation + + phonegap plugin add phonegap-plugin-barcodescanner + ### Supported Platforms - Android diff --git a/package.json b/package.json new file mode 100644 index 00000000..cf5fe138 --- /dev/null +++ b/package.json @@ -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" +} diff --git a/plugin.xml b/plugin.xml index bb458424..daadc8cf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="phonegap-plugin-barcodescanner" + version="3.0.0"> BarcodeScanner 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.