mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
ae85f2ac6b
Change-Id: I9c33c65c913d891739b913d5363abba66c2cd0dd
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.3.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|