mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-13 18:06:57 +00:00
4372c5380b
The old version is throwing errors. Change-Id: Ibd708045ab7c9f09f664f1b1099bb4d490ab0151
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-stylelint": "^0.6.0",
|
|
"stylelint-config-wikimedia": "^0.3.0"
|
|
}
|
|
}
|