mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
8dc39ccf86
The package.json is only for build, not to publish the package Remove license, name, repository, version and homepage, because that is not needed on private packages Change-Id: I0819d00ea2effc9edf3f35dc6e74996f212f1d43
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.10.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|