summaryrefslogtreecommitdiff
blob: ff4bbe3bacd2c1eb1adc92dba2c8b1ad6be2411a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"name": "babel",
	"version": "0.0.0",
	"private": true,
	"description": "Build tools for the Babel extension.",
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.7.2",
		"eslint-plugin-qunit": "3.3.1",
		"grunt": "1.0.3",
		"grunt-banana-checker": "0.6.0",
		"grunt-eslint": "21.0.0",
		"grunt-jsonlint": "1.1.0",
		"grunt-stylelint": "0.10.1",
		"stylelint-config-wikimedia": "0.5.0"
	}
}