
* eslint-config-wikimedia: 0.24.0 → 0.25.0 * grunt-eslint: 24.0.0 → 24.0.1 Change-Id: I3a7cc1836a78f282f900b3405a9e7215803d6e38
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"name": "ContributionScores",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.1"
|
|
}
|
|
}
|