mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
f94fa6b851
SPDX released version 3 of their license list (<https://spdx.org/licenses/>), which changed the FSF licenses to explicitly end in -only or -or-later instead of relying on an easy to miss + symbol. Bug: T183858 Change-Id: I3e7a12a224f4c1563a467eeff74ba0f118aa8f00
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "RevisionSlider",
|
|
"version": "1.0.0",
|
|
"homepage": "https://www.mediawiki.org/wiki/Extension:RevisionSlider",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://phabricator.wikimedia.org/diffusion/ERSL/RevisionSlider.git"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "4.9.0",
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.9.0",
|
|
"stylelint": "8.2.0",
|
|
"stylelint-config-wikimedia": "0.4.2"
|
|
}
|
|
}
|