-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
60 lines (60 loc) · 1.42 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
53
54
55
56
57
58
59
60
{
"name": "webplatform/mediawiki-bundle",
"type": "mediawiki-extension",
"license": "MIT",
"description": "WebPlatform Docs MediaWiki Extension Bundle",
"keywords": [
"MediaWiki",
"WebPlatform",
"distribution",
"bundle"
],
"homepage": "http://docs.webplatform.org/wiki/WPD:Infrastructure/Components/WebPlatformDocsExtensionBundle",
"authors": [
{
"name": "Renoir Boulanger",
"email": "[email protected]",
"role": "Maintainer",
"homepage": "https://renoirboulanger.com"
},
{
"name": "Doug Schepers",
"email": "[email protected]",
"role": "Project lead"
},
{
"name": "Youri van den Bogert",
"role": "Contributor",
"homepage": "https://github.com/YOUR1"
},
{
"name": "DaSch",
"role": "Contributor",
"homepage": "http://www.daschmedia.de"
},
{
"name": "Isb1009",
"role": "Contributor"
},
{
"name": "Tim Laqua <t.laqua at gmail dot com>",
"role": "Contributor"
},
{
"name": "Yaron Koren",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/webplatform/mediawiki/issues",
"email": "[email protected]",
"irc": "irc://irc.freenode.net/webplatform",
"source": "https://github.com/webplatform/mediawiki"
},
"require": {
"composer/installers": ">=1.0.1"
},
"autoload": {
"files": ["main.php"]
}
}