summaryrefslogtreecommitdiff
blob: bd5d5e989a55294d39945813745465ce1e7c5d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"name": "echo",
	"version": "0.0.1",
	"private": true,
	"description": "Build tools for Echo.",
	"scripts": {
		"test": "grunt test",
		"doc": "jsduck"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.4.0",
		"grunt": "1.0.1",
		"grunt-banana-checker": "0.5.0",
		"grunt-contrib-watch": "1.0.0",
		"grunt-eslint": "19.0.0",
		"grunt-jsonlint": "1.0.8",
		"grunt-stylelint": "0.7.0",
		"stylelint": "7.8.0",
		"stylelint-config-wikimedia": "0.4.1"
	}
}