mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
c19397ffbc
Change-Id: Ie60321d33b786a9f56fbf0df26571be7c0a29de8
17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.9.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|