forked from Islandora/openseadragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 830 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
26
27
28
29
30
31
32
33
34
{
"name": "islandora/openseadragon",
"description": "OpenSeadragon",
"type": "drupal-module",
"minimum-stability": "dev",
"prefer-stable": true,
"keywords": ["Drupal", "Islandora", "OpenSeadragon"],
"license": "GPL-2.0+",
"homepage": "https://github.com/Islandora-CLAW/openseadragon",
"support": {
"issues": "https://github.com/islandora-claw/CLAW/issues",
"irc": "irc://irc.freenode.net/islandora"
},
"require": {
"drupal/libraries": "dev-3.x"
},
"authors": [
{
"name": "Islandora Foundation",
"email": "community@islandora.ca",
"role": "Owner"
},
{
"name": "Daniel Lamb",
"email": "dlamb@islandora.ca",
"role": "Maintainer"
},
{
"name": "Jared Whiklo",
"email": "jwhiklo@gmail.com",
"role": "Maintainer"
}
]
}