mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-23 23:34:07 +00:00
5c45746e22
Change-Id: Iee1e07ce0149ae2295e5ef910784698c39b61152
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "RSS",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.1"
|
|
}
|
|
}
|