forked from Daniel-KM/Omeka-S-module-Ebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.11 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": "daniel-km/omeka-s-module-ebook",
"description": "eBook creator (module for Omeka S)",
"type": "library",
"license": "CECILL-2.1",
"authors": [
{
"name": "Daniel Berthereau",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Daniel-KM/Omeka-S-module-Ebook",
"support": {
"issues": "https://github.com/Daniel-KM/Omeka-S-module-Ebook/issues",
"forum": "https://forum.omeka.org/"
},
"keywords": [
"Omeka S",
"Omeka S module",
"ebook",
"epub",
"pdf",
"publishing",
"report",
"archiving"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/Daniel-KM/PHPePub"
}
],
"require": {
"grandt/phpepub": "dev-master",
"vanilla/htmlawed": "~1.0",
"gmo/iso-639": "^1.0"
},
"require-dev": {
"biblibre/omeka-s-test-helper": "dev-master"
},
"autoload-dev": {
"psr-4": {
"EbookTest\\": "test/EbookTest/"
}
}
}