mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
370f52e692
Change-Id: I58969b531c70eba70a7fa7a8fc0ba1ad521ba9f5
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.14.3",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.11.1",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|