-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.7 KB
/
Copy pathcomposer.json
File metadata and controls
56 lines (56 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "daniel-km/omeka-s-module-verovio",
"type": "omeka-s-module",
"description": "Module for Omeka S: Integrates Verovio, an XML-MEI and MusicXML viewer for musical scores.",
"keywords": [
"Omeka S",
"Omeka S module",
"viewer",
"musical score",
"MEI",
"MusicXml",
"MIDI"
],
"license": "CECILL-2.1",
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-Verovio",
"authors": [
{
"name": "Daniel Berthereau",
"email": "Daniel.packagist@Berthereau.net"
}
],
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-Verovio/-/issues",
"forum": "https://forum.omeka.org/"
},
"_require (not set until Omeka S merges PR #2412)": {
"omeka/omeka-s": "^4.1",
"daniel-km/omeka-s-module-common": "*"
},
"require": {
"sempia/external-assets": "^1.0"
},
"autoload": {
"psr-4": {
"Verovio\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"VerovioTest\\": "tests/VerovioTest/"
}
},
"config": {
"allow-plugins": {
"sempia/external-assets": true
}
},
"extra": {
"installer-name": "Verovio",
"external-assets": {
"asset/vendor/bootstrap-4/": "https://github.com/twbs/bootstrap/releases/download/v4.6.2/bootstrap-4.6.2-dist.zip",
"asset/vendor/bootstrap/": "https://github.com/twbs/bootstrap/releases/download/v5.3.6/bootstrap-5.3.6-dist.zip",
"asset/vendor/verovio/js/verovio-toolkit-wasm.js": "https://www.verovio.org/javascript/6.0.1/verovio-toolkit-wasm.js"
}
}
}