FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tesseract.js/package.json at master · JavaScriptIOT/tesseract.js · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
tesseract.js
Public
forked from
naptha/tesseract.js
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
tesseract.js
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (45 loc) · 1.7 KB
Breadcrumbs
tesseract.js
/
package.json
Copy path
File metadata and controls
45 lines (45 loc) · 1.7 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
tesseract.js
"
,
"version"
:
"
1.0.10
"
,
"description"
:
"
Pure Javascript Multilingual OCR
"
,
"main"
:
"
src/index.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
& exit 1
"
,
"start"
:
"
watchify src/index.js -t [ envify --NODE_ENV development ] -t [ babelify --presets [ es2015 ] ] -o dist/tesseract.dev.js --standalone Tesseract & watchify src/browser/worker.js -t [ envify --NODE_ENV development ] -t [ babelify --presets [ es2015 ] ] -o dist/worker.dev.js & http-server -p 7355
"
,
"build"
:
"
browserify src/index.js -t [ babelify --presets [ es2015 ] ] -o dist/tesseract.js --standalone Tesseract && browserify src/browser/worker.js -t [ babelify --presets [ es2015 ] ] -o dist/worker.js
"
,
"release"
:
"
npm run build && git commit -am 'new release' && git push && git tag `jq -r '.version' package.json` && git push origin --tags && npm publish
"
},
"browser"
: {
"./src/node/index.js"
:
"
./src/browser/index.js
"
},
"author"
:
"
"
,
"license"
:
"
Apache-2.0
"
,
"devDependencies"
: {
"babel-preset-es2015"
:
"
^6.16.0
"
,
"babelify"
:
"
^7.3.0
"
,
"browserify"
:
"
^13.1.0
"
,
"envify"
:
"
^3.4.1
"
,
"http-server"
:
"
^0.9.0
"
,
"pako"
:
"
^1.0.3
"
,
"watchify"
:
"
^3.7.0
"
},
"dependencies"
: {
"file-type"
:
"
^3.8.0
"
,
"isomorphic-fetch"
:
"
^2.2.1
"
,
"is-url"
:
"
^1.2.2
"
,
"jpeg-js"
:
"
^0.2.0
"
,
"level-js"
:
"
^2.2.4
"
,
"node-fetch"
:
"
^1.6.3
"
,
"object-assign"
:
"
^4.1.0
"
,
"png.js"
:
"
^0.2.1
"
,
"tesseract.js-core"
:
"
^1.0.2
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/naptha/tesseract.js.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/naptha/tesseract.js/issues
"
},
"homepage"
:
"
https://github.com/naptha/tesseract.js
"
}
Back
|
FazBrowse Home
|
New Git URL