summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Scribunto/package.json
blob: b7e285440bbe6c2b5bc67f6519d1f82b5139c88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"private": true,
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.5.0",
		"grunt": "1.4.0",
		"grunt-banana-checker": "0.6.0",
		"grunt-eslint": "20.1.0",
		"grunt-jsonlint": "1.1.0",
		"grunt-stylelint": "0.9.0",
		"stylelint": "8.2.0",
		"stylelint-config-wikimedia": "0.4.2"
	}
}