mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-13 17:57:07 +00:00
2cd2cccdf2
Change-Id: Iac43261ad6c96a3c4ac275d885f64bab76521f71
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "RSS",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|