mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
0d866f13c7
Change-Id: Ia558b35eab54b33e2faac1ae3324a17da18fcb49
22 lines
517 B
JSON
22 lines
517 B
JSON
{
|
|
"name": "cite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Cite extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-svgmin": "5.0.0",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|