Browse Source

ginignore, package.json

pull/12/head
Guillermo 10 years ago
parent
commit
b990b06c44
  1. 2
      .gitignore
  2. 23
      package.json

2
.gitignore vendored

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
.DS_Store
node_modules/*

23
package.json

@ -0,0 +1,23 @@ @@ -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"
}
Loading…
Cancel
Save