mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-13 18:37:03 +00:00
e5ac4d6907
Change-Id: I935697f07e9c6cbf6cd9e43c5fb8f9508dea780a
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "CategoryTree",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|