-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
20 lines (20 loc) · 895 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "WolfgangFahl/PDFembed",
"type": "mediawiki-extension",
"description": "PDFEmbed allows Adobe Acrobat PDF files to be embedded into a wiki article using tags. The PDF file extension is automatically added and necessarily default permissions are configured. Future functionality will allow this extension to act as a media handler for PDF files.",
"homepage": "https://www.mediawiki.org/wiki/Extension:PDFEmbed",
"license": "LGPL-3.0-only",
"require": {
"composer/installers": ">=1.0.1"
},
"author": [
"[https://www.mediawiki.org/wiki/User:Alexia_E._Smith Alexia E. Smith]",
"[http://www.bitplan.com/index.php/Wolfgang_Fahl Wolfgang Fahl/ProfiWiki]",
"[http://hexmode.com Mark A. Hershberger]",
"[https://clkoerner.com Chris Koerner]",
"[https://github.com/metalevel-tech Spas Z. Spasov]"
],
"extra": {
"installer-name": "PDFembed"
}
}