mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
23e547a9fa
Change-Id: Ief28d7ca2459afb6a1ff30ccdd5c97d71e51f243
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-stylelint": "0.7.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|