-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.26 KB
/
composer.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
{
"name": "digitalutsc/recogito_integration",
"type": "drupal-module",
"description": "This module provide a way to annotate nodes using the Recogito JS and Annotorious libraries.",
"keywords": [
"annotate",
"annotations",
"recogito",
"recogito-js",
"annotorious",
"image-annotation"
],
"homepage": "https://www.drupal.org/project/recogito_integration",
"minimum-stability": "dev",
"license": "GPL-2.0-only",
"support": {
"issues": "https://www.drupal.org/project/issues/recogito_integration",
"source": "https://git.drupalcode.org/project/recogito_integration"
},
"authors": [
{
"name": "The University of Toronto Scarborough Library's Digital Scholarship Unit (DSU)",
"email": "[email protected]",
"role": "Owner"
},
{
"name": "Kyle Huynh",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Wenbin Zhang",
"email": "[email protected]",
"role": "Maintainer"
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/paragraphs": "^1.17"
}
}