blob: 423008609f4830a279dd6d2a9bc03c54542c97a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.2.1",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}
}
|