cronapp-cordova-plugin-barcodescanner
Version:
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.
38 lines • 972 B
JSON
{
"name": "cronapp-cordova-plugin-barcodescanner",
"version": "4.4.2",
"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": "cronapp-cordova-plugin-barcodescanner",
"platforms": [
"ios",
"android",
"windows",
"browser"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova-windows",
"cordova-browser",
"cordova:plugin"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/cronapp-framework/cronapp-cordova-plugin#readme",
"scripts": {
"build": "exit 0",
"test": "jasmine-node --color spec"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"pluginpub": "^0.0.9"
},
"dependencies": {
"nopt": "^4.0.1",
"shelljs": "^0.8.3"
}
}