mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-27 15:40:16 +00:00
01b0937ae2
* grunt-stylelint: 0.13.0 → 0.14.0 * stylelint-config-wikimedia: 0.8.0 → 0.9.0 Change-Id: I74f1e169e26c86fd1b5b3e5a0035047cc9e6deeb
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"name": "CookieWarning-dependencies",
|
|
"description": "Node.js dependencies used in CookieWarning",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|