-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
44 lines (44 loc) · 888 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
39
40
41
42
43
44
{
"name": "baidu-ocr-api",
"version": "2.0.5",
"description": "OCR for baidu api",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"bin": {
"ocr": "./bin/ocr"
},
"keywords": [
"ocr",
"baidu",
"bos"
],
"author": "netpi",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.1",
"colors": "^1.1.2",
"minimist": "^1.2.0",
"request": "2.73.0",
"request-promise": "^4.0.2"
},
"devDependencies": {
"coveralls": "^2.11.11",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"should": "^9.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/netpi/baidu-ocr-api.git"
},
"bugs": {
"url": "https://github.com/netpi/baidu-ocr-api/issues"
},
"homepage": "https://github.com/netpi/baidu-ocr-api"
}