-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.33 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
47
48
49
50
51
52
{
"name": "daniel-km/zoomify",
"description": "Stand-alone zoomify tile generator (format Zoomify) for use with OpenSeadragon, OpenLayers and various viewers.",
"type": "library",
"license": "GPL-3.0",
"authors" : [
{
"name": "Adam Smith",
"email": "[email protected]"
},
{
"name": "Wes Wright",
"homepage": "http://greengaloshes.cc"
},
{
"name": "Justin Henry",
"homepage": "http://greengaloshes.cc"
},
{
"name": "Daniel Berthereau",
"email": "[email protected]",
"homepage": "https://gitlab.com/Daniel-KM"
}
],
"keywords": [
"openseadragon",
"openlayers",
"zoomify",
"zoom",
"zoomable",
"tiled",
"image",
"gd",
"imagemagick",
"imagick",
"stand-alone"
],
"support": {
"email": "[email protected]",
"issues": "https://gitlab.com/Daniel-KM/LibraryZoomify/-/issues",
"source": "https://gitlab.com/Daniel-KM/LibraryZoomify"
},
"autoload": {
"psr-4": {
"DanielKm\\Zoomify\\": "src/"
}
},
"require": {
"php": ">=5.4.0",
"lsolesen/pel": "^0.9.6"
}
}