nativescript-zxing-compat
Version:
A Simple ZXing barcode reader/writer with a compatibility fix with nativescript-barcodescanner
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "nativescript-zxing-compat",
"version": "1.5.3",
"description": "A Simple ZXing barcode reader/writer with a compatibility fix with nativescript-barcodescanner",
"main": "zxing",
"nativescript": {
"platforms": {
"android": "2.0.0",
"ios": "2.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"category": "Processing"
}
},
"repository": {
"type": "git",
"url": "https://github.com/sergio-irigoyen/nativescript-zxing.git"
},
"keywords": [
"NativeScript", "Barcode", "Development", "JavaScript", "Android", "iOS", "ZXing"
],
"author": {
"name": "Nathanael Anderson",
"email": "nathan@master-technology.com"
},
"bugs": {
"url": "https://github.com/sergio-irigoyen/nativescript-zxing/issues"
},
"license": {
"type": "APACHE",
"url": "https://github.com/sergio-irigoyen/nativescript-zxing/blob/master/LICENSE"
},
"homepage": "https://github.com/sergio-irigoyen/nativescript-zxing",
"readmeFilename": "README.md"
}