summaryrefslogtreecommitdiff
blob: 203f345a508cdb6c3714e497c31a394d4048ee34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"private": true,
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"grunt": "1.0.1",
		"grunt-banana-checker": "0.4.0",
		"grunt-contrib-jshint": "0.11.3",
		"grunt-jscs": "2.1.0",
		"grunt-jsonlint": "1.0.7",
		"grunt-stylelint": "0.6.0",
		"stylelint": "7.8.0",
		"stylelint-config-wikimedia": "0.4.1"
	}
}