mediawiki-extensions-LoginN.../package.json
Umherirrender 0682e17314 Add grunt-jsonlint and grunt-banana-checker
jsonlint and banana-checker will test for valid i18n files

Bug: T94547
Change-Id: I68f76b69bf6a3d466ca87c83f0ab86998ef8ef74
2017-01-09 16:37:01 +01:00

12 lines
171 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.5.0",
"grunt-jsonlint": "1.1.0"
}
}