mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
f4fb473539
Rules taken from the Echo extension. Change-Id: I72c89be42e7b09486780159f62f022399940a1b1
15 lines
316 B
JSON
Executable file
15 lines
316 B
JSON
Executable file
{
|
|
"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"
|
|
}
|
|
} |