forked from NeutrinosPlatform/cordova-plugin-mobile-ocr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 784 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
{
"name": "cordova-plugin-mobile-ocr",
"version": "3.1.3",
"repository": {
"type": "git",
"url": "https://github.com/NeutrinosPlatform/cordova-plugin-mobile-ocr"
},
"cordova": {
"id": "cordova-plugin-mobile-ocr",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"cordova",
"text",
"ocr",
"text recognition",
"optical",
"character",
"recognition",
"optical character recognition",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"mobile ocr"
],
"engines": {
"cordovaDependencies": {
"cordova-android": ">=6.3.0",
"cordova-ios": ">=4.3.0"
}
},
"author": "jatahworx",
"license": "ISC",
"description": "cordova plugin for mobile ocr text recognition"
}