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.
35 lines
855 B
35 lines
855 B
{ |
|
"name": "tesseract.js", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "Tesseract.js", |
|
"scripts": { |
|
"start": "node devServer.js", |
|
"build": "webpack --config webpack.config.prod.js" |
|
}, |
|
"dependencies": { |
|
"level-js": "^2.1.6", |
|
"pako": "^0.2.7", |
|
"tesseract.js-core": "^1.0.0" |
|
}, |
|
"devDependencies": { |
|
"babel": "^6.5.2", |
|
"babel-core": "^6.7.0", |
|
"babel-loader": "^6.2.4", |
|
"express": "^4.13.4", |
|
"webpack": "^1.13.0", |
|
"webpack-dev-middleware": "^1.5.1", |
|
"babel-preset-stage-1": "^6.5.0", |
|
"babel-preset-es2015": "^6.6.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/naptha/tesseract.js.git" |
|
}, |
|
"author": "", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/naptha/tesseract.js/issues" |
|
}, |
|
"homepage": "https://github.com/naptha/tesseract.js" |
|
}
|
|
|