You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "mediawiki/timeless-skin",
|
|
"type": "mediawiki-skin",
|
|
"description": "A timeless skin designed after the Winter prototype by Brandon Harris, and various styles by the Wikimedia Foundation.",
|
|
"keywords": [
|
|
"wiki",
|
|
"MediaWiki",
|
|
"skin"
|
|
],
|
|
"homepage": "https://www.mediawiki.org/wiki/Skin:Timeless",
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Isarra"
|
|
}
|
|
],
|
|
"support": {
|
|
"wiki": "https://www.mediawiki.org/wiki/Skin:Timeless",
|
|
"forum": "https://www.mediawiki.org/wiki/Skin_talk:Timeless",
|
|
"source": "https://phabricator.wikimedia.org/diffusion/STIM/",
|
|
"irc": "irc://irc.freenode.org/mediawiki"
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.9",
|
|
"composer/installers": ">1.0.12"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"installer-name": "Timeless"
|
|
},
|
|
"require-dev": {
|
|
"jakub-onderka/php-parallel-lint": "0.9.*",
|
|
"mediawiki/mediawiki-codesniffer": "0.7.2"
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"test": [
|
|
"parallel-lint . --exclude vendor",
|
|
"phpcs -p -s"
|
|
]
|
|
}
|
|
}
|