You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
539 B
24 lines
539 B
{ |
|
"name": "tesseract.js", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "Tesseract.js", |
|
"dependencies": { |
|
"level-js": "^2.1.6", |
|
"pako": "^0.2.7" |
|
}, |
|
"devDependencies": {}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/naptha/tesseract.js.git" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"bugs": { |
|
"url": "https://github.com/naptha/tesseract.js/issues" |
|
}, |
|
"homepage": "https://github.com/naptha/tesseract.js" |
|
}
|
|
|