-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.91 KB
/
Copy pathcomposer.json
File metadata and controls
60 lines (60 loc) · 1.91 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
57
58
59
60
{
"name": "daniel-km/omeka-s-module-easy-admin",
"type": "omeka-s-module",
"description": "Module for Omeka S: Manage tasks from the admin interface: install modules and themes, check database and files, bulk upload without limits.",
"keywords": [
"Omeka S",
"Omeka S module",
"administration",
"miscellaneous",
"check",
"curation"
],
"license": "CECILL-2.1",
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-EasyAdmin",
"authors": [
{
"name": "Daniel Berthereau",
"email": "Daniel.packagist@Berthereau.net"
}
],
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-EasyAdmin/-/issues",
"forum": "https://forum.omeka.org/"
},
"_require (not set until Omeka S merges PR #2412)": {
"omeka/omeka-s": "^4.0",
"daniel-km/omeka-s-module-common": "*"
},
"require": {
"flowjs/flow-php-server": "^1.2",
"sempia/external-assets": "^1.1"
},
"autoload": {
"psr-4": {
"EasyAdmin\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"EasyAdminTest\\": "tests/EasyAdminTest/"
}
},
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"sempia/external-assets": true
}
},
"extra": {
"external-assets": {
"asset/vendor/flow.js/flow.min.js": "https://github.com/Daniel-KM/Omeka-S-module-EasyAdmin/releases/download/3.4.18/flow.min.js",
"asset/vendor/chosen-js/chosen.jquery.js": "https://raw.githubusercontent.com/Daniel-KM/chosen-jquery/master/docs/chosen.jquery.js",
"asset/vendor/chosen-js/chosen.css": "https://raw.githubusercontent.com/Daniel-KM/chosen-jquery/master/docs/chosen.css"
},
"installer-name": "EasyAdmin",
"configurable": true
}
}