mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-30 18:36:08 +00:00
abd04d9931
Change-Id: I236bceb1927d7d23789a6ca3ec7bb8677f865999
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"name": "RSS",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|