mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
39d8d9229a
I know it doesn't matter, but it was kind of bothering me. Change-Id: Iae9f8b17a3fb5ced362dc2da95e67e20db8af5a5
15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"name": "RevisionSlider",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-csslint": "1.0.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jscs": "2.1.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
} |