mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 16:03:45 +00:00
479f887af9
Change-Id: Ib2bfe549ff3c054c4363abbbc3ac78f4b6c6b51c
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.3.0",
|
|
"stylelint-config-wikimedia": "0.2.0"
|
|
}
|
|
}
|