summaryrefslogtreecommitdiff
blob: 432f478855f7d8328d31a8c69936419e8120fc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"name": "antispoof",
	"version": "0.0.0",
	"private": true,
	"description": "Build tools for the AntiSpoof extension.",
	"scripts": {
		"test": "grunt test"
	},
	"devDependencies": {
		"eslint-config-wikimedia": "0.15.3",
		"grunt": "1.1.0",
		"grunt-banana-checker": "0.9.0",
		"grunt-eslint": "22.0.0"
	}
}