mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
1010e6fb78
Bug: T138401 Change-Id: Iae74fdcae5e8c2541416d8cec8de8221cfc282ef
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"jsdoc": "3.6.6",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|