-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@idpass/smartscanner-cordova",
"version": "0.5.0-beta.2",
"description": "Cordova plugin for the SmartScanner Core library to scan MRZ and barcodes",
"cordova": {
"id": "@idpass/smartscanner-cordova",
"platforms": [
"android"
]
},
"scripts": {
"test": "npm run"
},
"repository": "idpass/smartscanner-cordova",
"keywords": [
"ML Kit",
"Barcode Scanning",
"OCR",
"ecosystem:cordova",
"cordova-android",
"MRZ",
"PDF417"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"files": [
"aar/",
"src/",
"www/",
"build-extras.gradle",
"plugin.xml"
],
"author": "Newlogic",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/idpass/smartscanner-cordova/issues"
},
"homepage": "https://github.com/idpass/smartscanner-cordova",
"dependencies": {},
"publishConfig": {
"access": "public"
}
}