-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.19 KB
/
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
45
46
47
48
49
50
51
{
"name": "Scanner",
"description": "A Webapp that scans ID/License images, and parse ID/License info with OCR",
"version": "0.0.1",
"author": "Ming Jin <skyairmj@gmail,com>",
"license": "MIT",
"keywords": [
"OCR",
"aliyun",
"API",
"express",
"web",
"restful",
"license"
],
"private": true,
"dependencies": {
"body-parser": "1.18.2",
"config": "1.25.1",
"cookie-parser": "1.4.3",
"debug": "2.6.9",
"ejs": "3.1.6",
"express": "4.16.0",
"express-partials": "0.3.0",
"js-yaml": "3.13.1",
"mongodb": "3.1.13",
"morgan": "1.9.1",
"multiparty": "4.1.2",
"serve-favicon": "2.4.5"
},
"devDependencies": {
"bower": "1.8.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-filter": "5.0.0",
"gulp-minify": "0.0.15",
"gulp-uglify": "2.1.2",
"main-bower-files": "2.13.1",
"mocha": "2.5.3",
"should": "11.2.1",
"supertest": "1.2.0"
},
"engines": {
"node": "= 4.8.0"
},
"scripts": {
"start": "node bin/www",
"test": "mocha --require test/support/env --timeout 10000 --reporter spec --bail --check-leaks test/",
"test-ci": "mocha --reporter spec --check-leaks test/"
}
}