mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 01:16:19 +00:00
4fb474d611
Change-Id: I164d6175f8077487e2d8dfbf0bcfbd13f1545cae
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"private": true,
|
|
"name": "DiscussionTools",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.13.0"
|
|
}
|
|
}
|