diff --git a/package.json b/package.json new file mode 100644 index 0000000..798210f --- /dev/null +++ b/package.json @@ -0,0 +1,43 @@ +{ + "name": "cordova-plugin-cszbar", + "version": "1.3.1", + "description": "Plugin to integrate with the ZBar barcode scanning library.", + "cordova": { + "id": "cordova-plugin-cszbar", + "platforms": [ + "android", + "ios" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tjwoon/csZBar.git" + }, + "keywords": [ + "cszbar", + "zbar", + "barcode", + "qr", + "qr code", + "scanner", + "ecosystem:cordova", + "cordova-android", + "cordova-ios" + ], + "engines": [ + { + "name": "cordova-android", + "version": ">=3.0.0" + }, + { + "name": "cordova-ios", + "version": ">=3.0.0" + } + ], + "author": "TJ Woon ", + "license": "Apache 2.0", + "bugs": { + "url": "https://github.com/tjwoon/csZBar/issues" + }, + "homepage": "https://github.com/tjwoon/csZBar#readme" +} diff --git a/plugin.xml b/plugin.xml index a56fe45..dd5c2b7 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + id="cordova-plugin-cszbar" version="1.3.1">