diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..531fd5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +node_modules/* \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..ee439bb --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "tesseract.js", + "version": "1.0.0", + "description": "", + "main": "Tesseract.js", + "dependencies": { + "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" +}