mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-24 07:43:56 +00:00
ec39acf91c
See T119973 Change-Id: I00465596a3e26f9bc7c7018a86d73bd381c282fb
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|