mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 16:34:21 +00:00
efd847c7df
Change-Id: I94a455e52f2c216ccab40e360ce24fc0adc332a0
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.16.1",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|