-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.22 KB
/
Copy pathcomposer.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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": "daniel-km/omeka-s-module-annotate",
"type": "omeka-s-module",
"description": "Module for Omeka S: Implement the W3C Web Annotation Ontology to let users annotate, tag, comment, rate, highlight, draw, etc. any resource in a normalized way.",
"keywords": [
"Omeka S",
"Omeka S module",
"Web Annotation Ontology",
"annotation",
"tag",
"comment",
"rating",
"linked data"
],
"license": "CECILL-2.1",
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-Annotate",
"authors": [
{
"name": "Daniel Berthereau",
"email": "Daniel.packagist@Berthereau.net"
}
],
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-Annotate/-/issues",
"forum": "https://forum.omeka.org/"
},
"_require (not set until Omeka S merges PR #2432)": {
"omeka/omeka-s": "^4.1",
"daniel-km/omeka-s-module-common": "*"
},
"autoload": {
"psr-4": {
"Annotate\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AnnotateTest\\": "tests/AnnotateTest/"
}
},
"extra": {
"installer-name": "Annotate"
}
}