mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-27 17:40:06 +00:00
18a154b989
Change-Id: I46f5317976ef9f818e30b0c81018e83800535389
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.13.1",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.1",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.11.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|