mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-14 19:25:08 +00:00
92dadd192b
* eslint-config-wikimedia: 0.21.0 → 0.22.1 * async: 3.2.0 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h Change-Id: I7182d747d0c93589f7ca0fba5da3bed42fb9c178
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"name": "citethispage",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CiteThisPage extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|