mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SecureLinkFixer
synced 2024-11-24 07:33:35 +00:00
0550fc91f0
Bug: T220036 Change-Id: I5b2aa9b7bde6d12c58f0a88e4c534d2d9f94a487
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|