-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (34 loc) · 922 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
{
"name": "nicomsoft-ocr-electron",
"version": "1.0.0",
"description": "This is electron package for nicomsoft ocr sdk.",
"main": "lib/index.js",
"scripts": {
"compile": "babel --stage 1 --optional runtime -d lib/ src/",
"prepublish": "npm run compile",
"test": "npm run compile && mocha test-dist/* --timeout 120000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/govi2010/nicomsoft-ocr-electron.git"
},
"keywords": [
"nicomsoft",
"ocr",
"windows"
],
"author": "Govinda Alwani <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/govi2010/nicomsoft-ocr-electron/issues"
},
"homepage": "https://github.com/govi2010/nicomsoft-ocr-electron#readme",
"dependencies": {
"electron-edge": "^6.5.1",
"x2js": "^3.0.0",
"babel-runtime": "^5.8.20"
},
"devDependencies": {
"babel": "^5.8.23"
}
}