summaryrefslogtreecommitdiff
blob: e098daabe5deaa9f1b9763f8e4e8e2c1933c735b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"private": true,
	"scripts": {
		"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/images/",
		"test": "grunt test"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.20.0",
		"grunt": "1.4.0",
		"grunt-banana-checker": "0.9.0",
		"grunt-eslint": "23.0.0",
		"grunt-stylelint": "0.16.0",
		"stylelint-config-wikimedia": "0.11.1",
		"svgo": "2.3.1"
	}
}