-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
62 lines (62 loc) · 1.79 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_from": "git+https://github.com/gustavomazzoni/cordova-plugin-tesseract.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/cordova-plugin-tesseract",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/gustavomazzoni/cordova-plugin-tesseract",
"rawSpec": "https://github.com/gustavomazzoni/cordova-plugin-tesseract",
"saveSpec": "git+https://github.com/gustavomazzoni/cordova-plugin-tesseract.git",
"fetchSpec": "https://github.com/gustavomazzoni/cordova-plugin-tesseract.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/gustavomazzoni/cordova-plugin-tesseract.git#e909e00977161e53d905ffaf78dd5b92e497dcee",
"_spec": "https://github.com/gustavomazzoni/cordova-plugin-tesseract",
"_where": "/home/varun/dev/ocr/node_modules",
"author": {
"name": "gustavomazzoni"
},
"bugs": {
"url": "https://github.com/gustavomazzoni/cordova-plugin-tesseract#issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-tesseract",
"platforms": [
"ios",
"android"
]
},
"deprecated": false,
"description": "\n\t\tThis plugin allows to recognise text from images\n\t",
"engines": [
{
"name": "cordova",
"version": ">=3.6.0"
},
{
"name": "cordova-android",
"version": ">=3.6.0"
}
],
"homepage": "https://github.com/gustavomazzoni/cordova-plugin-tesseract#readme",
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"license": "MIT",
"name": "cordova-plugin-tesseract",
"repository": {
"type": "git",
"url": "git+https://github.com/gustavomazzoni/cordova-plugin-tesseract.git"
},
"version": "0.0.1"
}