forked from Daniel-KM/Omeka-S-module-IiifServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 839 Bytes
/
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
{
"name": "daniel-km/iiifserver",
"type": "library",
"description": "Integrates the IIIF specifications and a simple IIP Image Server to allow to process and share instantly images of any size and medias (pdf, audio, video, 3D...) in the desired formats.",
"license": "CECILL-2.1",
"require": {
"daniel-km/deepzoom": "dev-master",
"daniel-km/zoomify": "dev-master"
},
"require-dev": {
"biblibre/omeka-s-test-helper": "dev-master",
"friendsofphp/php-cs-fixer": "^2.0"
},
"autoload": {
"psr-4": {
"DanielKm\\Deepzoom\\": "vendor/daniel-km/deepzoom/src/",
"DanielKm\\Zoomify\\": "vendor/daniel-km/zoomify/src/"
}
},
"autoload-dev": {
"psr-4": {
"IiifServerTest\\": "test/IiifServerTest/"
}
}
}