mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-13 18:37:03 +00:00
400a3ad210
Fixed the following rules: color-hex-case declaration-colon-space-after indentation Change-Id: I417137916607a25bab6a3c85a95b4c489fb8a8a5
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"name": "categorytree",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CategoryTree extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|