summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/composer.json
blob: f8a72ebe1978ac8e227aeac8aa0f970d95f076dc (plain)
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
{
	"name"       : "mediawiki/bootstrap",
	"type"       : "mediawiki-extension",
	"description": "Provides the Twitter Bootstrap3 web front-end framework to MediaWiki skins and extensions",
	"keywords"   : [
		"wiki",
		"MediaWiki",
		"extension",
		"Twitter",
		"Bootstrap"
	],
	"homepage"   : "https://www.mediawiki.org/wiki/Extension:Bootstrap",
	"license"    : "GPL-3.0+",
	"authors"    : [
		{
			"name" : "Stephan Gambke",
			"email": "s7eph4n@gmail.com",
			"role" : "Developer"
		}
	],
	"support"    : {
		"wiki"  : "https://www.mediawiki.org/wiki/Extension:Bootstrap",
		"forum" : "https://www.mediawiki.org/wiki/Extension_talk:Bootstrap",
		"source": "https://git.wikimedia.org/tree/mediawiki%2Fextensions%2FBootstrap",
		"issues": "https://www.mediawiki.org/wiki/Extension_talk:Bootstrap",
		"irc"   : "irc://irc.freenode.org/mediawiki"
	},
	"require"    : {
		"php"                : ">=5.3.0",
		"composer/installers": "1.*,>=1.0.1"
	},
	"autoload"   : {
		"files": [
			"Bootstrap.php"
		]
	},
	"extra"      : {
		"branch-alias": {
			"dev-master": "1.x-dev"
		}
	}
}