@regulaforensics/cordova-plugin-document-reader-api
Version:
Cordova plugin for reading and validation of identification documents (API framework)
40 lines (39 loc) • 1.2 kB
JSON
{
"name": "documentreader",
"displayName": "DocumentReader",
"version": "1.0.0",
"description": "A sample Regula Document Reader application for reading and validation of identification documents.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Regula Forensics Inc.",
"license": "commercial",
"dependencies": {
"@regulaforensics/cordova-plugin-document-reader-api": "8.2.182",
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.2.597",
"cordova-android": "13.0.0",
"cordova-ios": "7.1.1",
"cordova-plugin-add-swift-support": "2.0.2",
"cordova-plugin-advanced-http": "3.3.1",
"cordova-plugin-camera": "7.0.0",
"cordova-plugin-file": "8.0.0",
"jetifier": "2.0.0"
},
"cordova": {
"plugins": {
"@regulaforensics/cordova-plugin-document-reader-api": {},
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": {},
"cordova-plugin-file": {},
"cordova-plugin-camera": {},
"cordova-plugin-advanced-http": {}
},
"platforms": [
"android",
"ios"
]
}
}