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