forked from jeremytubbs/deepzoom
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
49 lines (49 loc) · 1.25 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
{
"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": "daniel.packagist@berthereau.net",
"homepage": "https://gitlab.com/Daniel-KM"
},
{
"name": "Jeremy Tubbs",
"email": "jeremytubbs@gmail.com",
"homepage": "http://jeremytubbs.com"
}
],
"keywords": [
"openseadragon",
"openlayers",
"deepzoom",
"dzi",
"zoom",
"zoomable",
"tiled",
"image",
"gd",
"imagemagick",
"imagick",
"stand-alone"
],
"support": {
"email": "daniel.support@berthereau.net",
"issues": "https://gitlab.com/Daniel-KM/LibraryDeepzoom/-/issues",
"source": "https://gitlab.com/Daniel-KM/LibraryDeepzoom"
},
"autoload": {
"psr-4": {
"DanielKm\\Deepzoom\\": "src/"
}
},
"require": {
"php": ">=5.4.0",
"lsolesen/pel": "^0.9.6"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15"
}
}