summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/package.json
blob: 2982a80fb207a50b6857d2bd30a5242413cb32c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"name": "mediawiki-bootstrap",
	"author": "Stephan Gambke",
	"license": "GPL-2.0+",
	"scripts": {
		"preinstall": "if [ -d resources/bootstrap ]; then rm -r resources/bootstrap; fi",
		"install": "cp -R node_modules/bootstrap resources/bootstrap"
	},
	"dependencies": {
	},
	"devDependencies": {
		"bootstrap": "3.x"
	}
}