forked from Daniel-KM/LibraryDeepzoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.15 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
{
"name": "daniel-km/deepzoom",
"description": "Stand-alone deepzoom tile generator (format DZI) for use with OpenSeadragon, OpenLayers and various viewers.",
"type": "library",
"license": "MIT",
"authors" : [
{
"name": "Daniel Berthereau",
"email": "[email protected]",
"homepage": "http://www.daniel.berthereau.net"
},
{
"name": "Jeremy Tubbs",
"email": "[email protected]",
"homepage": "http://jeremytubbs.com"
}
],
"keywords": [
"openseadragon",
"openlayers",
"deepzoom",
"dzi",
"zoom",
"zoomable",
"tiled",
"image",
"gd",
"imagemagick",
"imagick",
"stand-alone"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Daniel-KM/LibraryDeepzoom/issues",
"source": "https://github.com/Daniel-KM/LibraryDeepzoom"
},
"autoload": {
"psr-4": {
"DanielKm\\Deepzoom\\": "src/"
}
},
"require": {
"php": ">=5.4.0"
}
}