mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
2cd16d6012
grunt 1.0.1 → 1.0.2 grunt-banana-checker 0.5.0 → 0.6.0 grunt-eslint 20.0.0 → 20.1.0 grunt-stylelint 0.8.0 → 0.9.0 stylelint 7.8.0 → 8.2.0 stylelint-config-wikimedia 0.4.1 → 0.4.2 Change-Id: I3b1c13f3fe5c4f1f90dd1db658700aecda0d0724
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.2",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|