-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 930 Bytes
/
package.json
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
{
"name": "electron-ocr",
"version": "2.0.0",
"description": "Optical Character Recognition module for Electron Applications ",
"main": "lib/main.js",
"scripts": {
"start": "electron .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acareaga/electron-ocr.git"
},
"keywords": [
"Electron",
"JavaScript",
"Optical",
"Character",
"Recognition",
"OCR"
],
"author": "Aaron Careaga <[email protected]> (http://www.aaroncareaga.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/acareaga/electron-ocr/issues"
},
"homepage": "https://github.com/acareaga/electron-ocr#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"electron-prebuilt": "^0.36.7"
},
"dependencies": {
"jquery": "^2.2.0",
"ocrad.js": "0.0.1"
}
}