mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
f46951c94f
Change-Id: Ib2953ff01613c495680edd2b6271efabf181575a
18 lines
380 B
JSON
18 lines
380 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-contrib-watch": "1.0.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|