mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
0019f6d5a5
Change-Id: I48d542580d767df2d17ce4c6668e9e233a0f7904
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
|
|
"grunt-eslint": "19.0.0",
|
|
"eslint-config-wikimedia": "0.3.0",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|