-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
61 lines (61 loc) · 1.31 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
52
53
54
55
56
57
58
59
60
61
{
"name": "ocr-gt-tools",
"version": "1.0.1",
"description": "A web interface for creating ground truth for improving OCR",
"keywords": [
"ocr",
"gt"
],
"main": "Gruntfile.js",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"async": "^1.5.2",
"bootstrap": "^3.3.6",
"clipboard": "^1.5.10",
"font-awesome": "^4.6.1",
"handlebars": "^4.0.5",
"jquery": ">=3.4.0",
"notie": "^3.2.0",
"reset-css": "^2.0.2011012603",
"chokidar-cli": "^1.2.0",
"clean-css": ">=4.1.11",
"jscs": "^3.0.3",
"pug-cli": "^1.0.0-alpha6",
"stylus": "^0.54.2",
"uglify-js": "^2.6.2",
"webfont-dl": "^0.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UB-Mannheim/ocr-gt-tools.git"
},
"author": "bfallert, kba",
"contributors": [
{
"name": "Konstantin Baierer"
},
{
"name": "Per Broman"
},
{
"name": "Bernd Fallert"
},
{
"name": "Stefan Weil"
},
{
"name": "Philipp Zumstein"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UB-Mannheim/ocr-gt-tools/issues"
},
"homepage": "https://github.com/UB-Mannheim/ocr-gt-tools#readme"
}