mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 03:43:55 +00:00
c32d87f466
Change-Id: Ic171650fc1aa5bc569e5dfcb33dc685b29a72490
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|