mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-28 02:00:34 +00:00
1b0bd60ee8
Change-Id: Ib0ac14fb53479eb964a5d51066661b4771b1f72e
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|