mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
d41ea5ed3c
Change-Id: I5e956c73e99afdaf467e067566dbdc3ca2efc30c
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.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|