mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 17:51:09 +00:00
5153cdc881
We need it for the Wikimedia CI to run our ESLint and stuff. Change-Id: I5f27e108558bbfd24c54f0e9e4cf99c180f25e7d
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "DiscussionTools",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.14.3",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.11.1",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|