mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-13 17:57:11 +00:00
6c7d8a43c3
Change-Id: Idb5705ef24c0731c47f33b310a9a3fb2fa5f2227
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.8.0",
|
|
"stylelint": "7.8.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|